Skip to main content

Showing 1–20 of 20 results for author: Ju, M

Searching in archive cs. Search in all archives.
.
  1. arXiv:2404.18774  [pdf

    cond-mat.supr-con cs.AI

    Self-training superconducting neuromorphic circuits using reinforcement learning rules

    Authors: M. L. Schneider, E. M. Jué, M. R. Pufall, K. Segall, C. W. Anderson

    Abstract: Reinforcement learning algorithms are used in a wide range of applications, from gaming and robotics to autonomous vehicles. In this paper we describe a set of reinforcement learning-based local weight update rules and their implementation in superconducting hardware. Using SPICE circuit simulations, we implement a small-scale neural network with a learning time of order one nanosecond. This netwo… ▽ More

    Submitted 29 April, 2024; originally announced April 2024.

    Comments: 15 pages, 6 figures

  2. arXiv:2404.08660  [pdf, other

    cs.IR cs.LG

    How Does Message Passing Improve Collaborative Filtering?

    Authors: Mingxuan Ju, William Shiao, Zhichun Guo, Yanfang Ye, Yozen Liu, Neil Shah, Tong Zhao

    Abstract: Collaborative filtering (CF) has exhibited prominent results for recommender systems and been broadly utilized for real-world applications. A branch of research enhances CF methods by message passing used in graph neural networks, due to its strong capabilities of extracting knowledge from graph-structured data, like user-item bipartite graphs that naturally exist in CF. They assume that message p… ▽ More

    Submitted 27 March, 2024; originally announced April 2024.

  3. arXiv:2403.18280  [pdf, other

    cs.IR

    Improving Out-of-Vocabulary Handling in Recommendation Systems

    Authors: William Shiao, Mingxuan Ju, Zhichun Guo, Xin Chen, Evangelos Papalexakis, Tong Zhao, Neil Shah, Yozen Liu

    Abstract: Recommendation systems (RS) are an increasingly relevant area for both academic and industry researchers, given their widespread impact on the daily online experiences of billions of users. One common issue in real RS is the cold-start problem, where users and items may not contain enough information to produce high-quality recommendations. This work focuses on a complementary problem: recommendin… ▽ More

    Submitted 27 March, 2024; originally announced March 2024.

    Comments: 11 pages, 6 figures

  4. arXiv:2310.00800  [pdf, other

    cs.LG cs.AI

    GraphPatcher: Mitigating Degree Bias for Graph Neural Networks via Test-time Augmentation

    Authors: Mingxuan Ju, Tong Zhao, Wenhao Yu, Neil Shah, Yanfang Ye

    Abstract: Recent studies have shown that graph neural networks (GNNs) exhibit strong biases towards the node degree: they usually perform satisfactorily on high-degree nodes with rich neighbor information but struggle with low-degree nodes. Existing works tackle this problem by deriving either designated GNN architectures or training strategies specifically for low-degree nodes. Though effective, these appr… ▽ More

    Submitted 1 October, 2023; originally announced October 2023.

    Comments: NeurIPS'23

  5. arXiv:2305.14441  [pdf, other

    cs.CL

    Exploring Contrast Consistency of Open-Domain Question Answering Systems on Minimally Edited Questions

    Authors: Zhihan Zhang, Wenhao Yu, Zheng Ning, Mingxuan Ju, Meng Jiang

    Abstract: Contrast consistency, the ability of a model to make consistently correct predictions in the presence of perturbations, is an essential aspect in NLP. While studied in tasks such as sentiment analysis and reading comprehension, it remains unexplored in open-domain question answering (OpenQA) due to the difficulty of collecting perturbed questions that satisfy factuality requirements. In this work,… ▽ More

    Submitted 23 May, 2023; originally announced May 2023.

    Comments: Accepted at TACL. This is a pre-MIT Press publication version

  6. arXiv:2301.00504  [pdf

    eess.IV cs.AI cs.CV eess.SP

    Spectral Bandwidth Recovery of Optical Coherence Tomography Images using Deep Learning

    Authors: Timothy T. Yu, Da Ma, Jayden Cole, Myeong ** Ju, Mirza F. Beg, Marinko V. Sarunic

    Abstract: Optical coherence tomography (OCT) captures cross-sectional data and is used for the screening, monitoring, and treatment planning of retinal diseases. Technological developments to increase the speed of acquisition often results in systems with a narrower spectral bandwidth, and hence a lower axial resolution. Traditionally, image-processing-based techniques have been utilized to reconstruct subs… ▽ More

    Submitted 1 January, 2023; originally announced January 2023.

  7. arXiv:2211.11571  [pdf, other

    cs.CV

    SLLEN: Semantic-aware Low-light Image Enhancement Network

    Authors: Mingye Ju, Chuheng Chen, Charles A. Guo, **shan Pan, **hui Tang, Dacheng Tao

    Abstract: How to effectively explore semantic feature is vital for low-light image enhancement (LLE). Existing methods usually utilize the semantic feature that is only drawn from the output produced by high-level semantic segmentation (SS) network. However, if the output is not accurately estimated, it would affect the high-level semantic feature (HSF) extraction, which accordingly interferes with LLE. To… ▽ More

    Submitted 15 May, 2023; v1 submitted 21 November, 2022; originally announced November 2022.

  8. arXiv:2211.10782  [pdf, other

    cs.LG cs.CR

    Let Graph be the Go Board: Gradient-free Node Injection Attack for Graph Neural Networks via Reinforcement Learning

    Authors: Mingxuan Ju, Yujie Fan, Chuxu Zhang, Yanfang Ye

    Abstract: Graph Neural Networks (GNNs) have drawn significant attentions over the years and been broadly applied to essential applications requiring solid robustness or vigorous security standards, such as product recommendation and user behavior modeling. Under these scenarios, exploiting GNN's vulnerabilities and further downgrading its performance become extremely incentive for adversaries. Previous atta… ▽ More

    Submitted 24 November, 2022; v1 submitted 19 November, 2022; originally announced November 2022.

    Comments: AAAI 2023. v2: update acknowledgement section. arXiv admin note: substantial text overlap with arXiv:2202.09389

  9. arXiv:2211.06545  [pdf, other

    cs.LG cs.AI

    Self-Supervised Graph Structure Refinement for Graph Neural Networks

    Authors: Jianan Zhao, Qianlong Wen, Mingxuan Ju, Chuxu Zhang, Yanfang Ye

    Abstract: Graph structure learning (GSL), which aims to learn the adjacency matrix for graph neural networks (GNNs), has shown great potential in boosting the performance of GNNs. Most existing GSL works apply a joint learning framework where the estimated adjacency matrix and GNN parameters are optimized for downstream tasks. However, as GSL is essentially a link prediction task, whose goal may largely dif… ▽ More

    Submitted 28 February, 2023; v1 submitted 11 November, 2022; originally announced November 2022.

    Comments: WSDM 2023

  10. arXiv:2210.02933  [pdf, other

    cs.CL cs.AI

    Grape: Knowledge Graph Enhanced Passage Reader for Open-domain Question Answering

    Authors: Mingxuan Ju, Wenhao Yu, Tong Zhao, Chuxu Zhang, Yanfang Ye

    Abstract: A common thread of open-domain question answering (QA) models employs a retriever-reader pipeline that first retrieves a handful of relevant passages from Wikipedia and then peruses the passages to produce an answer. However, even state-of-the-art readers fail to capture the complex relationships between entities appearing in questions and retrieved passages, leading to answers that contradict the… ▽ More

    Submitted 9 October, 2022; v1 submitted 6 October, 2022; originally announced October 2022.

    Comments: Findings of EMNLP2022

  11. arXiv:2210.02016  [pdf, other

    cs.LG

    Multi-task Self-supervised Graph Neural Networks Enable Stronger Task Generalization

    Authors: Mingxuan Ju, Tong Zhao, Qianlong Wen, Wenhao Yu, Neil Shah, Yanfang Ye, Chuxu Zhang

    Abstract: Self-supervised learning (SSL) for graph neural networks (GNNs) has attracted increasing attention from the graph machine learning community in recent years, owing to its capability to learn performant node embeddings without costly label information. One weakness of conventional SSL frameworks for GNNs is that they learn through a single philosophy, such as mutual information maximization or gene… ▽ More

    Submitted 27 February, 2023; v1 submitted 5 October, 2022; originally announced October 2022.

    Comments: ICLR'23, v3: update the acknowledgement and corresponding authors

  12. arXiv:2209.10063  [pdf, other

    cs.CL cs.AI

    Generate rather than Retrieve: Large Language Models are Strong Context Generators

    Authors: Wenhao Yu, Dan Iter, Shuohang Wang, Yichong Xu, Mingxuan Ju, Soumya Sanyal, Chenguang Zhu, Michael Zeng, Meng Jiang

    Abstract: Knowledge-intensive tasks, such as open-domain question answering (QA), require access to a large amount of world or domain knowledge. A common approach for knowledge-intensive tasks is to employ a retrieve-then-read pipeline that first retrieves a handful of relevant contextual documents from an external corpus such as Wikipedia and then predicts an answer conditioned on the retrieved documents.… ▽ More

    Submitted 25 January, 2023; v1 submitted 20 September, 2022; originally announced September 2022.

    Comments: Accepted at ICLR 2023 (v3, add code and implementation details)

  13. arXiv:2209.06453  [pdf, other

    cs.CL

    Prompt Combines Paraphrase: Teaching Pre-trained Models to Understand Rare Biomedical Words

    Authors: Haochun Wang, Chi Liu, Nuwa Xi, Sendong Zhao, Meizhi Ju, Shiwei Zhang, Ziheng Zhang, Yefeng Zheng, Bing Qin, Ting Liu

    Abstract: Prompt-based fine-tuning for pre-trained models has proven effective for many natural language processing tasks under few-shot settings in general domain. However, tuning with prompt in biomedical domain has not been investigated thoroughly. Biomedical words are often rare in general domain, but quite ubiquitous in biomedical contexts, which dramatically deteriorates the performance of pre-trained… ▽ More

    Submitted 14 September, 2022; originally announced September 2022.

    Comments: Accepted to COLING 2022

  14. arXiv:2208.14635  [pdf, other

    eess.IV cs.CV cs.LG

    Segmentation-guided Domain Adaptation and Data Harmonization of Multi-device Retinal Optical Coherence Tomography using Cycle-Consistent Generative Adversarial Networks

    Authors: Shuo Chen, Da Ma, Sieun Lee, Timothy T. L. Yu, Gavin Xu, Donghuan Lu, Karteek Popuri, Myeong ** Ju, Marinko V. Sarunic, Mirza Faisal Beg

    Abstract: Optical Coherence Tomography(OCT) is a non-invasive technique capturing cross-sectional area of the retina in micro-meter resolutions. It has been widely used as a auxiliary imaging reference to detect eye-related pathology and predict longitudinal progression of the disease characteristics. Retina layer segmentation is one of the crucial feature extraction techniques, where the variations of reti… ▽ More

    Submitted 31 August, 2022; originally announced August 2022.

    Comments: 16 pages, 10 figures

  15. arXiv:2202.09389  [pdf, other

    cs.LG cs.AI

    Black-box Node Injection Attack for Graph Neural Networks

    Authors: Mingxuan Ju, Yujie Fan, Yanfang Ye, Liang Zhao

    Abstract: Graph Neural Networks (GNNs) have drawn significant attentions over the years and been broadly applied to vital fields that require high security standard such as product recommendation and traffic forecasting. Under such scenarios, exploiting GNN's vulnerabilities and further downgrade its classification performance become highly incentive for adversaries. Previous attackers mainly focus on struc… ▽ More

    Submitted 18 February, 2022; originally announced February 2022.

  16. arXiv:2112.04575  [pdf, other

    cs.LG

    Adaptive Kernel Graph Neural Network

    Authors: Mingxuan Ju, Shifu Hou, Yujie Fan, Jianan Zhao, Liang Zhao, Yanfang Ye

    Abstract: Graph neural networks (GNNs) have demonstrated great success in representation learning for graph-structured data. The layer-wise graph convolution in GNNs is shown to be powerful at capturing graph topology. During this process, GNNs are usually guided by pre-defined kernels such as Laplacian matrix, adjacency matrix, or their variants. However, the adoptions of pre-defined kernels may restrain t… ▽ More

    Submitted 8 December, 2021; originally announced December 2021.

    Comments: To be appear at AAAI2022

  17. arXiv:2110.13889  [pdf, other

    cs.LG cs.SI

    Heterogeneous Temporal Graph Neural Network

    Authors: Yujie Fan, Mingxuan Ju, Chuxu Zhang, Liang Zhao, Yanfang Ye

    Abstract: Graph neural networks (GNNs) have been broadly studied on dynamic graphs for their representation learning, majority of which focus on graphs with homogeneous structures in the spatial domain. However, many real-world graphs - i.e., heterogeneous temporal graphs (HTGs) - evolve dynamically in the context of heterogeneous graph structures. The dynamics associated with heterogeneity have posed new c… ▽ More

    Submitted 26 October, 2021; originally announced October 2021.

  18. arXiv:2002.01609  [pdf, other

    cs.CV

    BABO: Background Activation Black-Out for Efficient Object Detection

    Authors: Byungseok Roh, Han-Cheol Cho, Myung-Ho Ju, Soon Hyung Pyo

    Abstract: Recent advances in deep learning have enabled complex real-world use cases comprised of multiple vision tasks and detection tasks are being shifted to the edge side as a pre-processing step of the entire workload. Since running a deep model on resource-constraint devices is challenging, techniques for efficient inference methods are demanded. In this paper, we present an objectness-aware object de… ▽ More

    Submitted 23 March, 2020; v1 submitted 4 February, 2020; originally announced February 2020.

    Comments: 14 pages, 6 figures, 7 tables

  19. arXiv:1909.11289  [pdf

    eess.IV cs.CV cs.LG

    Deep learning vessel segmentation and quantification of the foveal avascular zone using commercial and prototype OCT-A platforms

    Authors: Morgan Heisler, Forson Chan, Zaid Mammo, Chandrakumar Balaratnasingam, Pavle Prentasic, Gavin Docherty, Myeong** Ju, Sanjeeva Rajapakse, Sieun Lee, Andrew Merkur, Andrew Kirker, David Albiani, David Maberley, K. Bailey Freund, Mirza Faisal Beg, Sven Loncaric, Marinko V. Sarunic, Eduardo V. Navajas

    Abstract: Automatic quantification of perifoveal vessel densities in optical coherence tomography angiography (OCT-A) images face challenges such as variable intra- and inter-image signal to noise ratios, projection artefacts from outer vasculature layers, and motion artefacts. This study demonstrates the utility of deep neural networks for automatic quantification of foveal avascular zone (FAZ) parameters… ▽ More

    Submitted 25 September, 2019; originally announced September 2019.

    Comments: 22 pages, 5 figures

  20. arXiv:1207.3899  [pdf

    cs.GR

    Fast View Frustum Culling of Spatial Object by Analytical Bounding Bin

    Authors: Munsu Ju, Yunchol Jong

    Abstract: It is a common sense to apply the VFC (view frustum culling) of spatial object to bounding cube of the object in 3D graphics. The accuracy of VFC can not be guaranteed even in cube rotated three-dimensionally. In this paper is proposed a method which is able to carry out more precise and fast VFC of any spatial object in the image domain of cube by an analytic map**, and is demonstrated the effe… ▽ More

    Submitted 17 July, 2012; originally announced July 2012.