Skip to main content

Showing 1–15 of 15 results for author: Lee, S Y

  1. arXiv:2405.08424  [pdf, other

    cs.LG math.OC

    Tackling Prevalent Conditions in Unsupervised Combinatorial Optimization: Cardinality, Minimum, Covering, and More

    Authors: Fanchen Bu, Hyeonsoo Jo, Soo Yong Lee, Sungsoo Ahn, Kijung Shin

    Abstract: Combinatorial optimization (CO) is naturally discrete, making machine learning based on differentiable optimization inapplicable. Karalias & Loukas (2020) adapted the probabilistic method to incorporate CO into differentiable optimization. Their work ignited the research on unsupervised learning for CO, composed of two main components: probabilistic objectives and derandomization. However, each co… ▽ More

    Submitted 23 May, 2024; v1 submitted 14 May, 2024; originally announced May 2024.

    Comments: ICML 2024

  2. arXiv:2404.01954  [pdf, other

    cs.CL cs.AI

    HyperCLOVA X Technical Report

    Authors: Kang Min Yoo, Jaegeun Han, Sookyo In, Heewon Jeon, Jisu Jeong, Jaewook Kang, Hyunwook Kim, Kyung-Min Kim, Munhyong Kim, Sungju Kim, Donghyun Kwak, Hanock Kwak, Se Jung Kwon, Bado Lee, Dongsoo Lee, Gichang Lee, Jooho Lee, Baeseong Park, Seongjin Shin, Joonsang Yu, Seolki Baek, Sumin Byeon, Eungsup Cho, Dooseok Choe, Jeesung Han , et al. (371 additional authors not shown)

    Abstract: We introduce HyperCLOVA X, a family of large language models (LLMs) tailored to the Korean language and culture, along with competitive capabilities in English, math, and coding. HyperCLOVA X was trained on a balanced mix of Korean, English, and code data, followed by instruction-tuning with high-quality human-annotated datasets while abiding by strict safety guidelines reflecting our commitment t… ▽ More

    Submitted 13 April, 2024; v1 submitted 2 April, 2024; originally announced April 2024.

    Comments: 44 pages; updated authors list and fixed author names

  3. arXiv:2404.01039  [pdf, other

    cs.LG

    A Survey on Hypergraph Neural Networks: An In-Depth and Step-By-Step Guide

    Authors: Sunwoo Kim, Soo Yong Lee, Yue Gao, Alessia Antelmi, Mirko Polato, Kijung Shin

    Abstract: Higher-order interactions (HOIs) are ubiquitous in real-world complex systems and applications, and thus investigation of deep learning for HOIs has become a valuable agenda for the data mining and machine learning communities. As networks of HOIs are expressed mathematically as hypergraphs, hypergraph neural networks (HNNs) have emerged as a powerful tool for representation learning on hypergraph… ▽ More

    Submitted 1 April, 2024; originally announced April 2024.

  4. arXiv:2404.00638  [pdf, other

    cs.LG

    HypeBoy: Generative Self-Supervised Representation Learning on Hypergraphs

    Authors: Sunwoo Kim, Shinhwan Kang, Fanchen Bu, Soo Yong Lee, Jaemin Yoo, Kijung Shin

    Abstract: Hypergraphs are marked by complex topology, expressing higher-order interactions among multiple nodes with hyperedges, and better capturing the topology is essential for effective representation learning. Recent advances in generative self-supervised learning (SSL) suggest that hypergraph neural networks learned from generative self supervision have the potential to effectively encode the complex… ▽ More

    Submitted 31 March, 2024; originally announced April 2024.

    Comments: Published as a conference paper at ICLR 2024

  5. arXiv:2403.02752  [pdf, other

    cs.HC

    HINTs: Sensemaking on large collections of documents with Hypergraph visualization and INTelligent agents

    Authors: Sam Yu-Te Lee, Kwan-Liu Ma

    Abstract: Sensemaking on a large collection of documents (corpus) is a challenging task often found in fields such as market research, legal studies, intelligence analysis, political science, computational linguistics, etc. Previous works approach this problem either from a topic- or entity-based perspective, but they lack interpretability and trust due to poor model alignment. In this paper, we present HIN… ▽ More

    Submitted 5 March, 2024; originally announced March 2024.

  6. arXiv:2403.00334  [pdf, other

    cs.HC

    NOVA: A visual interface for assessing polarizing media coverage

    Authors: Keshav Dasu, Sam Yu-Te Lee, Ying-Cheng Chen, Kwan-Liu Ma

    Abstract: Within the United States, the majority of the populace receives their news online. U.S mainstream media outlets both generate and influence the news consumed by U.S citizens. Many of these citizens have their personal beliefs about these outlets and question the fairness of their reporting. We offer an interactive visualization system for the public to assess their perception of the mainstream med… ▽ More

    Submitted 1 March, 2024; originally announced March 2024.

  7. arXiv:2402.04621  [pdf, other

    cs.LG

    Feature Distribution on Graph Topology Mediates the Effect of Graph Convolution: Homophily Perspective

    Authors: Soo Yong Lee, Sunwoo Kim, Fanchen Bu, Jaemin Yoo, Jiliang Tang, Kijung Shin

    Abstract: How would randomly shuffling feature vectors among nodes from the same class affect graph neural networks (GNNs)? The feature shuffle, intuitively, perturbs the dependence between graph topology and features (A-X dependence) for GNNs to learn from. Surprisingly, we observe a consistent and significant improvement in GNN performance following the feature shuffle. Having overlooked the impact of A-X… ▽ More

    Submitted 6 June, 2024; v1 submitted 7 February, 2024; originally announced February 2024.

    Comments: published in ICML 2024

  8. arXiv:2309.00349  [pdf

    physics.chem-ph cs.LG

    Bespoke Nanoparticle Synthesis and Chemical Knowledge Discovery Via Autonomous Experimentations

    Authors: Hyuk Jun Yoo, Nayeon Kim, Heeseung Lee, Daeho Kim, Leslie Tiong Ching Ow, Hyobin Nam, Chansoo Kim, Seung Yong Lee, Kwan-Young Lee, Donghun Kim, Sang Soo Han

    Abstract: The optimization of nanomaterial synthesis using numerous synthetic variables is considered to be extremely laborious task because the conventional combinatorial explorations are prohibitively expensive. In this work, we report an autonomous experimentation platform developed for the bespoke design of nanoparticles (NPs) with targeted optical properties. This platform operates in a closed-loop man… ▽ More

    Submitted 1 September, 2023; originally announced September 2023.

  9. arXiv:2306.02376  [pdf, other

    cs.LG cs.AI

    Towards Deep Attention in Graph Neural Networks: Problems and Remedies

    Authors: Soo Yong Lee, Fanchen Bu, Jaemin Yoo, Kijung Shin

    Abstract: Graph neural networks (GNNs) learn the representation of graph-structured data, and their expressiveness can be further enhanced by inferring node relations for propagation. Attention-based GNNs infer neighbor importance to manipulate the weight of its propagation. Despite their popularity, the discussion on deep graph attention and its unique challenges has been limited. In this work, we investig… ▽ More

    Submitted 4 June, 2023; originally announced June 2023.

    Comments: 22 pages, 6 figures, conference paper, published in International Conference on Machine Learning. PMLR, 2023

  10. arXiv:2305.04796  [pdf

    cs.IR cs.LG

    The Application of Affective Measures in Text-based Emotion Aware Recommender Systems

    Authors: John Kalung Leung, Igor Griva, William G. Kennedy, Jason M. Kinser, Sohyun Park, Seo Young Lee

    Abstract: This paper presents an innovative approach to address the problems researchers face in Emotion Aware Recommender Systems (EARS): the difficulty and cumbersome collecting voluminously good quality emotion-tagged datasets and an effective way to protect users' emotional data privacy. Without enough good-quality emotion-tagged datasets, researchers cannot conduct repeatable affective computing resear… ▽ More

    Submitted 4 May, 2023; originally announced May 2023.

  11. arXiv:2202.09048  [pdf, other

    cs.CV

    Task Specific Attention is one more thing you need for object detection

    Authors: Sang Yon Lee

    Abstract: Various models have been proposed to perform object detection. However, most require many handdesigned components such as anchors and non-maximum-suppression(NMS) to demonstrate good performance. To mitigate these issues, Transformer-based DETR and its variant, Deformable DETR, were suggested. These have solved much of the complex issue in designing a head for object detection models; however, dou… ▽ More

    Submitted 15 June, 2022; v1 submitted 18 February, 2022; originally announced February 2022.

  12. arXiv:2003.02955  [pdf, other

    cs.CL

    Automatic Compilation of Resources for Academic Writing and Evaluating with Informal Word Identification and Paraphrasing System

    Authors: Seid Muhie Yimam, Gopalakrishnan Venkatesh, John Sie Yuen Lee, Chris Biemann

    Abstract: We present the first approach to automatically building resources for academic writing. The aim is to build a writing aid system that automatically edits a text so that it better adheres to the academic style of writing. On top of existing academic resources, such as the Corpus of Contemporary American English (COCA) academic Word List, the New Academic Word List, and the Academic Collocation List… ▽ More

    Submitted 5 March, 2020; originally announced March 2020.

  13. arXiv:1806.03982  [pdf

    cs.CV physics.data-an physics.optics

    Quantitative Phase Imaging and Artificial Intelligence: A Review

    Authors: YoungJu Jo, Hyungjoo Cho, Sang Yun Lee, Gunho Choi, Geon Kim, Hyun-seok Min, YongKeun Park

    Abstract: Recent advances in quantitative phase imaging (QPI) and artificial intelligence (AI) have opened up the possibility of an exciting frontier. The fast and label-free nature of QPI enables the rapid generation of large-scale and uniform-quality imaging data in two, three, and four dimensions. Subsequently, the AI-assisted interrogation of QPI data using data-driven machine learning techniques result… ▽ More

    Submitted 13 July, 2018; v1 submitted 6 June, 2018; originally announced June 2018.

  14. arXiv:1805.12375  [pdf, other

    cs.LG stat.ML

    Sample-Efficient Deep Reinforcement Learning via Episodic Backward Update

    Authors: Su Young Lee, Sungik Choi, Sae-Young Chung

    Abstract: We propose Episodic Backward Update (EBU) - a novel deep reinforcement learning algorithm with a direct value propagation. In contrast to the conventional use of the experience replay with uniform random sampling, our agent samples a whole episode and successively propagates the value of a state to its previous states. Our computationally efficient recursive algorithm allows sparse and delayed rew… ▽ More

    Submitted 11 November, 2019; v1 submitted 31 May, 2018; originally announced May 2018.

    Comments: NeurIPS 2019

  15. arXiv:1712.09721  [pdf, ps, other

    cs.NI cs.GT math.FA

    Analysis of the Game-Theoretic Modeling of Backscatter Wireless Sensor Networks under Smart Interference

    Authors: Seung Gwan Hong, Yu Min Hwang, Sun Yui Lee, Yoan Shin, Dong In Kim, Jin Young Kim

    Abstract: In this paper, we study an interference avoidance scenario in the presence of a smart interferer which can rapidly observe the transmit power of a backscatter wireless sensor network (WSN) and effectively interrupt backscatter signals. We consider a power control with a sub-channel allocation to avoid interference attacks and a time-switching ratio for backscattering and RF energy harvesting in ba… ▽ More

    Submitted 21 December, 2017; originally announced December 2017.

    Comments: 13 pages