← Search

Jiaqi Sun

9 accepted papers

2026

DarkDriving: A Real-World Day and Night Aligned Dataset for Autonomous Driving in the Dark Environment

ICRA 2026poster

The low-light conditions are challenging to the vision-centric perception systems for autonomous driving in the dark environment. In this paper, we propose a new benchmark dataset (named DarkDriving) to investigate the low-light enhancement for autonomous driving. The existing real-world low-light e…

2026

Score-based Greedy Search for Structure Identification of Partially Observed Linear Causal Models

ICLR 2026poster

Identifying the structure of a partially observed causal system is essential to various scientific fields. Recent advances have focused on constraint-based causal discovery to solve this problem, and yet in practice these methods often face challenges related to multiple testing and error propagatio…

Cited by 0SourceScholar
2025

EoT: Evolution of Thoughts for Complex Reasoning Tasks

EMNLP 2025

Knowledge-based complex reasoning remains a significant challenge for large language models (LLMs) with in-context learning. To tackle this issue, previous studies focus on ensuring behavior fidelity, factuality, or reliability in generated reasoning processes that guide LLMs to produce solutions. H

2025

LLM Interpretability with Identifiable Temporal-Instantaneous Representation

NeurIPS 2025poster

Despite Large Language Models' remarkable capabilities, understanding their internal representations remains challenging. Mechanistic interpretability tools such as sparse autoencoders (SAEs) were developed to extract interpretable features from LLMs but lack temporal dependency modeling, instantane…

Cited by 0SourceScholar
2025

Type Information-Assisted Self-Supervised Knowledge Graph Denoising

AISTATS 2025poster

Knowledge graphs serve as critical resources supporting intelligent systems, but they can be noisy due to imperfect automatic generation processes. Existing approaches to noise detection often rely on external facts, logical rule constraints, or structural embeddings. These methods are often challen…

Cited by 0SourcecodeScholar
2023

D2Match: Leveraging Deep Learning and Degeneracy for Subgraph Matching

ICML 2023poster

Subgraph matching is a fundamental building block for graph-based applications and is challenging due to its high-order combinatorial nature. Existing studies usually tackle it by combinatorial optimization or learning-based methods. However, they suffer from exponential computational costs or searc…

2023

Do Not Train It: A Linear Neural Architecture Search of Graph Neural Networks

ICML 2023poster

Neural architecture search (NAS) for Graph neural networks (GNNs), called NAS-GNNs, has achieved significant performance over manually designed GNN architectures. However, these methods inherit issues from the conventional NAS methods, such as high computational cost and optimization difficulty. Mor…

2023

Feature Expansion for Graph Neural Networks

ICML 2023poster

Graph neural networks aim to learn representations for graph-structured data and show impressive performance in node classification. Recently, many methods have studied the representations of GNNs from the perspective of optimization goals and spectral graph theory. However, the feature space that d…

2021

MIRTT: Learning Multimodal Interaction Representations from Trilinear Transformers for Visual Question Answering

EMNLP 2021finding

In Visual Question Answering (VQA), existing bilinear methods focus on the interaction between images and questions. As a result, the answers are either spliced into the questions or utilized as labels only for classification. On the other hand, trilinear models such as the CTI model efficiently uti…