Skip to main content

Showing 1–25 of 25 results for author: Ju, H

  1. arXiv:2406.10395  [pdf, other

    eess.IV cs.CV q-bio.NC

    BrainFounder: Towards Brain Foundation Models for Neuroimage Analysis

    Authors: Joseph Cox, Peng Liu, Skylar E. Stolte, Yunchao Yang, Kang Liu, Kyle B. See, Huiwen Ju, Ruogu Fang

    Abstract: The burgeoning field of brain health research increasingly leverages artificial intelligence (AI) to interpret and analyze neurological data. This study introduces a novel approach towards the creation of medical foundation models by integrating a large-scale multi-modal magnetic resonance imaging (MRI) dataset derived from 41,400 participants in its own. Our method involves a novel two-stage pret… ▽ More

    Submitted 14 June, 2024; originally announced June 2024.

    Comments: 17 pages, 5 figures, to be published in Medical Image Analysis

  2. arXiv:2403.17374  [pdf, other

    cs.IR

    Multi-Domain Recommendation to Attract Users via Domain Preference Modeling

    Authors: Hyunjun Ju, SeongKu Kang, Dongha Lee, Junyoung Hwang, Sanghwan Jang, Hwanjo Yu

    Abstract: Recently, web platforms have been operating various service domains simultaneously. Targeting a platform that operates multiple service domains, we introduce a new task, Multi-Domain Recommendation to Attract Users (MDRAU), which recommends items from multiple ``unseen'' domains with which each user has not interacted yet, by using knowledge from the user's ``seen'' domains. In this paper, we poin… ▽ More

    Submitted 26 March, 2024; originally announced March 2024.

    Comments: Accepted to AAAI'24

  3. arXiv:2403.13310  [pdf, other

    cs.IR cs.LG cs.LO

    A Semantic Search Engine for Mathlib4

    Authors: Guoxiong Gao, Haocheng Ju, Jiedong Jiang, Zihan Qin, Bin Dong

    Abstract: The interactive theorem prover, Lean, enables the verification of formal mathematical proofs and is backed by an expanding community. Central to this ecosystem is its mathematical library, mathlib4, which lays the groundwork for the formalization of an expanding range of mathematical theories. However, searching for theorems in mathlib4 can be challenging. To successfully search in mathlib4, users… ▽ More

    Submitted 20 March, 2024; originally announced March 2024.

  4. arXiv:2312.04356  [pdf, other

    cs.CR cs.LG

    NeuJeans: Private Neural Network Inference with Joint Optimization of Convolution and Bootstrapping

    Authors: Jae Hyung Ju, Jaiyoung Park, Jongmin Kim, Donghwan Kim, Jung Ho Ahn

    Abstract: Fully homomorphic encryption (FHE) is a promising cryptographic primitive for realizing private neural network inference (PI) services by allowing a client to fully offload the inference task to a cloud server while keeping the client data oblivious to the server. This work proposes NeuJeans, an FHE-based solution for the PI of deep convolutional neural networks (CNNs). NeuJeans tackles the critic… ▽ More

    Submitted 7 December, 2023; originally announced December 2023.

    Comments: 16 pages, 9 figures

  5. arXiv:2311.00164  [pdf, other

    cs.SI cs.LG

    Graph Neural Networks for Road Safety Modeling: Datasets and Evaluations for Accident Analysis

    Authors: Abhinav Nippani, Dongyue Li, Haotian Ju, Haris N. Koutsopoulos, Hongyang R. Zhang

    Abstract: We consider the problem of traffic accident analysis on a road network based on road network connections and traffic volume. Previous works have designed various deep-learning methods using historical records to predict traffic accident occurrences. However, there is a lack of consensus on how accurate existing methods are, and a fundamental issue is the lack of public accident datasets for compre… ▽ More

    Submitted 12 February, 2024; v1 submitted 31 October, 2023; originally announced November 2023.

    Comments: 24 pages. Appeared in NeurIPS 2023 Datasets Track

  6. Boosting Multitask Learning on Graphs through Higher-Order Task Affinities

    Authors: Dongyue Li, Haotian Ju, Aneesh Sharma, Hongyang R. Zhang

    Abstract: Predicting node labels on a given graph is a widely studied problem with many applications, including community detection and molecular graph prediction. This paper considers predicting multiple node labeling functions on graphs simultaneously and revisits this problem from a multitask learning perspective. For a concrete example, consider overlapping community detection: each community membership… ▽ More

    Submitted 14 March, 2024; v1 submitted 24 June, 2023; originally announced June 2023.

    Comments: 16 pages. Appeared in KDD 2023

  7. arXiv:2306.08553  [pdf, other

    cs.LG cs.DS math.OC stat.ML

    Noise Stability Optimization for Flat Minima with Tight Rates

    Authors: Haotian Ju, Dongyue Li, Hongyang R. Zhang

    Abstract: We consider minimizing a perturbed function $F(W) = \mathbb{E}_{U}[f(W + U)]$, given a function $f: \mathbb{R}^d \rightarrow \mathbb{R}$ and a random sample $U$ from a distribution $\mathcal{P}$ with mean zero. When $\mathcal{P}$ is the isotropic Gaussian, $F(W)$ is roughly equal to $f(W)$ plus a penalty on the trace of $\nabla^2 f(W)$, scaled by the variance of $\mathcal{P}$. This penalty on the… ▽ More

    Submitted 18 April, 2024; v1 submitted 14 June, 2023; originally announced June 2023.

    Comments: 36 pages, 3 tables

  8. arXiv:2306.06755  [pdf, other

    cs.PL cs.AI cs.SE

    CoTran: An LLM-based Code Translator using Reinforcement Learning with Feedback from Compiler and Symbolic Execution

    Authors: Prithwish Jana, Piyush Jha, Haoyang Ju, Gautham Kishore, Aryan Mahajan, Vijay Ganesh

    Abstract: In this paper, we present an LLM-based code translation method and an associated tool called CoTran, that translates whole-programs from one high-level programming language to another. Current LLM-based code translation methods lack a training approach to ensure that the translated code reliably compiles or bears substantial functional equivalence to the input code. In our work, we train an LLM vi… ▽ More

    Submitted 16 January, 2024; v1 submitted 11 June, 2023; originally announced June 2023.

    ACM Class: I.2.7; I.2.5; D.2

  9. A Comparative Study of Deep Learning and Iterative Algorithms for Joint Channel Estimation and Signal Detection in OFDM Systems

    Authors: Haocheng Ju, Haimiao Zhang, Lin Li, Xiao Li, Bin Dong

    Abstract: Joint channel estimation and signal detection (JCESD) is crucial in orthogonal frequency division multiplexing (OFDM) systems, but traditional algorithms perform poorly in low signal-to-noise ratio (SNR) scenarios. Deep learning (DL) methods have been investigated, but concerns regarding computational expense and lack of validation in low-SNR settings remain. Hence, the development of a robust and… ▽ More

    Submitted 20 June, 2024; v1 submitted 7 March, 2023; originally announced March 2023.

    Comments: Code is available at https://github.com/j991222/MIMO_JCESD

    Journal ref: Signal Processing 223 (2024), 109554

  10. arXiv:2302.04451  [pdf, other

    cs.LG cs.SI math.ST stat.ML

    Generalization in Graph Neural Networks: Improved PAC-Bayesian Bounds on Graph Diffusion

    Authors: Haotian Ju, Dongyue Li, Aneesh Sharma, Hongyang R. Zhang

    Abstract: Graph neural networks are widely used tools for graph prediction tasks. Motivated by their empirical performance, prior works have developed generalization bounds for graph neural networks, which scale with graph structures in terms of the maximum degree. In this paper, we present generalization bounds that instead scale with the largest singular value of the graph neural network's feature diffusi… ▽ More

    Submitted 23 October, 2023; v1 submitted 9 February, 2023; originally announced February 2023.

    Comments: 36 pages. Appeared in AISTATS 2023

  11. arXiv:2206.02659  [pdf, other

    cs.LG cs.CV math.ST stat.ML

    Robust Fine-Tuning of Deep Neural Networks with Hessian-based Generalization Guarantees

    Authors: Haotian Ju, Dongyue Li, Hongyang R. Zhang

    Abstract: We consider fine-tuning a pretrained deep neural network on a target task. We study the generalization properties of fine-tuning to understand the problem of overfitting, which has often been observed (e.g., when the target dataset is small or when the training labels are noisy). Existing generalization measures for deep networks depend on notions such as distance from the initialization (i.e., th… ▽ More

    Submitted 22 December, 2023; v1 submitted 6 June, 2022; originally announced June 2022.

    Comments: 38 pages. Appeared in ICML 2022

  12. arXiv:2112.13189  [pdf, other

    cs.IT

    Energy-Efficient Ultra-Dense Network with Deep Reinforcement Learning

    Authors: Hyungyu Ju, Seungnyun Kim, Youngjoon Kim, Byonghyo Shim

    Abstract: With the explosive growth in mobile data traffic, ultra-dense network (UDN) where a large number of small cells are densely deployed on top of macro cells has received a great deal of attention in recent years. While UDN offers a number of benefits, an upsurge of energy consumption in UDN due to the intensive deployment of small cells has now become a major bottleneck in achieving the primary goal… ▽ More

    Submitted 25 December, 2021; originally announced December 2021.

    Comments: Submitted to IEEE Transactions on Wireless Communications. Copyright 2021 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses

  13. arXiv:2108.06816  [pdf, other

    cs.CV cs.AI cs.LG

    Weakly Supervised Temporal Anomaly Segmentation with Dynamic Time Warping

    Authors: Dongha Lee, Sehun Yu, Hyunjun Ju, Hwanjo Yu

    Abstract: Most recent studies on detecting and localizing temporal anomalies have mainly employed deep neural networks to learn the normal patterns of temporal data in an unsupervised manner. Unlike them, the goal of our work is to fully utilize instance-level (or weak) anomaly labels, which only indicate whether any anomalous events occurred or not in each instance of temporal data. In this paper, we prese… ▽ More

    Submitted 15 August, 2021; originally announced August 2021.

    Comments: ICCV 2021. 8 pages, References (2 pages), Appendix (3 pages), 6 figures

  14. arXiv:2105.06323  [pdf, other

    cs.LG cs.IR

    Bootstrapping User and Item Representations for One-Class Collaborative Filtering

    Authors: Dongha Lee, SeongKu Kang, Hyunjun Ju, Chanyoung Park, Hwanjo Yu

    Abstract: The goal of one-class collaborative filtering (OCCF) is to identify the user-item pairs that are positively-related but have not been interacted yet, where only a small portion of positive user-item interactions (e.g., users' implicit feedback) are observed. For discriminative modeling between positive and negative interactions, most previous work relied on negative sampling to some extent, which… ▽ More

    Submitted 13 May, 2021; originally announced May 2021.

    Comments: SIGIR 2021. 9 pages + references (1 page). 6 figures

  15. arXiv:2010.10986  [pdf

    physics.app-ph cs.LG

    Highly-scalable stochastic neuron based on Ovonic Threshold Switch (OTS) and its applications in Restricted Boltzmann Machine (RBM)

    Authors: Seong-il Im, Hyejin Lee, Jaesang Lee, Jae-Seung Jeong, Joon Young Kwak, Keunsu Kim, Jeong Ho Cho, Hyunsu Ju, Suyoun Lee

    Abstract: Interest in Restricted Boltzmann Machine (RBM) is growing as a generative stochastic artificial neural network to implement a novel energy-efficient machine-learning (ML) technique. For a hardware implementation of the RBM, an essential building block is a reliable stochastic binary neuron device that generates random spikes following the Boltzmann distribution. Here, we propose a highly-scalable… ▽ More

    Submitted 21 October, 2020; originally announced October 2020.

  16. arXiv:2010.08381  [pdf

    cs.DL physics.hist-ph

    The network structure of scientific revolutions

    Authors: Harang Ju, Dale Zhou, Ann S. Blevins, David M. Lydon-Staley, Judith Kaplan, Julio R. Tuma, Danielle S. Bassett

    Abstract: Philosophers of science have long postulated how collective scientific knowledge grows. Empirical validation has been challenging due to limitations in collecting and systematizing large historical records. Here, we capitalize on the largest online encyclopedia to formulate knowledge as growing networks of articles and their hyperlinked inter-relations. We demonstrate that concept networks grow no… ▽ More

    Submitted 10 December, 2020; v1 submitted 16 October, 2020; originally announced October 2020.

  17. arXiv:2006.00187  [pdf, other

    cs.CV cs.CG

    An Efficient Planar Bundle Adjustment Algorithm

    Authors: Lipu Zhou, Daniel Koppel, Hui Ju, Frank Steinbruecker, Michael Kaess

    Abstract: This paper presents an efficient algorithm for the least-squares problem using the point-to-plane cost, which aims to jointly optimize depth sensor poses and plane parameters for 3D reconstruction. We call this least-squares problem \textbf{Planar Bundle Adjustment} (PBA), due to the similarity between this problem and the original Bundle Adjustment (BA) in visual reconstruction. As planes ubiquit… ▽ More

    Submitted 16 August, 2020; v1 submitted 30 May, 2020; originally announced June 2020.

  18. arXiv:1907.00957  [pdf

    physics.app-ph cs.ET

    Magnetic skyrmion artificial synapse for neuromorphic computing

    Authors: Kyung Mee Song, Jae-Seung Jeong, Biao Pan, Xichao Zhang, Jing Xia, Sun Kyung Cha, Tae-Eon Park, Kwangsu Kim, Simone Finizio, Joerg Raabe, Joonyeon Chang, Yan Zhou, Weisheng Zhao, Wang Kang, Hyunsu Ju, Seonghoon Woo

    Abstract: Since the experimental discovery of magnetic skyrmions achieved one decade ago, there have been significant efforts to bring the virtual particles into all-electrical fully functional devices, inspired by their fascinating physical and topological properties suitable for future low-power electronics. Here, we experimentally demonstrate such a device: electrically-operating skyrmion-based artificia… ▽ More

    Submitted 30 September, 2019; v1 submitted 1 July, 2019; originally announced July 2019.

    Comments: 11 pages, 4 figures

    Journal ref: Nature Electronics 3, 148 (2020)

  19. arXiv:1901.09548  [pdf, other

    cs.CV math.NA

    CURE: Curvature Regularization For Missing Data Recovery

    Authors: Bin Dong, Haocheng Ju, Yiping Lu, Zuoqiang Shi

    Abstract: Missing data recovery is an important and yet challenging problem in imaging and data science. Successful models often adopt certain carefully chosen regularization. Recently, the low dimension manifold model (LDMM) was introduced by S.Osher et al. and shown effective in image inpainting. They observed that enforcing low dimensionality on image patch manifold serves as a good image regularizer. In… ▽ More

    Submitted 25 November, 2019; v1 submitted 28 January, 2019; originally announced January 2019.

    Comments: 17 pages, 7 figures, 4 tables

  20. arXiv:1810.08381  [pdf

    cond-mat.dis-nn cs.ET

    A highly scalable and energy-efficient artificial neuron using an Ovonic Threshold Switch (OTS) featuring the spike-frequency adaptation and chaotic activity

    Authors: Milim Lee, Youngjo Kim, Seong Won Cho, Joon Young Kwak, Hyunsu Ju, Yeonjin Yi, Byung-ki Cheong, Suyoun Lee

    Abstract: As an essential building block for developing a large-scale brain-inspired computing system, we present a highly scalable and energy-efficient artificial neuron device composed of an Ovonic Threshold Switch (OTS) and a few passive electrical components. It shows not only the basic integrate-and-fire (I&F) function and the rate coding ability, but also the spike-frequency adaptation (SFA) property… ▽ More

    Submitted 19 October, 2018; originally announced October 2018.

    Journal ref: Phys. Rev. Applied 13, 064056 (2020)

  21. arXiv:1703.01062  [pdf, ps, other

    cs.IT

    Full-Duplex Operations in Wireless Powered Communication Networks

    Authors: Hyungsik Ju, Yuro Lee, Tae-Joong Kim

    Abstract: In this paper, a wireless powered communication network (WPCN) consisting of a hybrid access point (H-AP) and multiple user equipment (UEs), all of which operate in full-duplex (FD), is described. We first propose a transceiver structure that enables FD operation of each UE to simultaneously receive energy in the downlink (DL) and transmit information in the uplink (UL). We then provide an energy… ▽ More

    Submitted 26 June, 2017; v1 submitted 3 March, 2017; originally announced March 2017.

    Comments: 7 pages, 7 figures

  22. arXiv:1403.7123  [pdf, ps, other

    cs.IT

    User Cooperation in Wireless Powered Communication Networks

    Authors: Hyungsik Ju, Rui Zhang

    Abstract: This paper studies user cooperation in the emerging wireless powered communication network (WPCN) for throughput optimization. For the purpose of exposition, we consider a two-user WPCN, in which one hybrid access point (H-AP) broadcasts wireless energy to two distributed users in the downlink (DL) and the users transmit their independent information using their individually harvested energy to th… ▽ More

    Submitted 7 April, 2014; v1 submitted 27 March, 2014; originally announced March 2014.

    Comments: 7 figures

  23. arXiv:1403.2580  [pdf, ps, other

    cs.IT

    Optimal Resource Allocation in Full-Duplex Wireless-Powered Communication Network

    Authors: Hyungsik Ju, Rui Zhang

    Abstract: This paper studies optimal resource allocation in the wireless-powered communication network (WPCN), where one hybrid access-point (H-AP) operating in full-duplex (FD) broadcasts wireless energy to a set of distributed users in the downlink (DL) and at the same time receives independent information from the users via time-division-multiple-access (TDMA) in the uplink (UL). We design an efficient p… ▽ More

    Submitted 15 September, 2014; v1 submitted 11 March, 2014; originally announced March 2014.

    Comments: 31 pages, 10 figures, 2 tables

  24. arXiv:1304.7886  [pdf, ps, other

    cs.IT

    Throughput Maximization in Wireless Powered Communication Networks

    Authors: Hyunsgsik Ju, Rui Zhang

    Abstract: This paper studies the newly emerging wireless powered communication network (WPCN) in which one hybrid access point (H-AP) with constant power supply coordinates the wireless energy/information transmissions to/from distributed users that do not have energy sources. A "harvest-then-transmit" protocol is proposed where all users first harvest the wireless energy broadcast by the H-AP in the downli… ▽ More

    Submitted 21 July, 2014; v1 submitted 30 April, 2013; originally announced April 2013.

    Comments: 26 pages, 12 figures

    Journal ref: IEEE Transactions on Wireless Communications, vol. 13, no. 1, pp. 418-428, Jan. 2014

  25. arXiv:1301.4798  [pdf, ps, other

    cs.IT

    A Novel Mode Switching Scheme Utilizing Random Beamforming for Opportunistic Energy Harvesting

    Authors: Hyungsik Ju, Rui Zhang

    Abstract: Since radio signals carry both energy and information at the same time, a unified study on simultaneous wireless information and power transfer (SWIPT) has recently drawn a significant attention for achieving wireless powered communication networks. In this paper, we study a multiple-input single-output (MISO) multicast SWIPT network with one multi-antenna transmitter sending common information to… ▽ More

    Submitted 21 July, 2014; v1 submitted 21 January, 2013; originally announced January 2013.

    Comments: 36 pages, 17 figures

    Journal ref: IEEE Transactions on Wireless Communications, vol. 13, no. 4, pp. 2150-2162, April 2014