← Search

Jiaqi Ma

43 accepted papers

2026

Detecting and Filtering Unsafe Training Data via Data Attribution with Denoised Representation

ICML 2026poster

Large language models (LLMs) are highly sensitive to even small amounts of unsafe training data, making effective detection and filtering essential for trustworthy model development. Current state-of-the-art (SOTA) detection approaches primarily rely on moderation classifiers, which require signific…

Cited by 0SourceScholar
2026

Driving with Regulation: Trustworthy and Interpretable Decision-Making for Autonomous Driving with Retrieval-Augmented Reasoning

AAAI 2026technical

Understanding and adhering to traffic regulations is essential for autonomous vehicles to ensure safety and trustworthiness. However, traffic regulations are complex, context-dependent, and differ between regions, posing a major challenge to conventional rule-based decision-making approaches. We pre

Cited by 0SourcePDFScholar
2026

EnerGS: Energy-Based Gaussian Splatting under Partial Geometric Observability

ICML 2026poster

3D Gaussian Splatting (3DGS) has been widely adopted for scene reconstruction, where training inherently constitutes a highly coupled and non-convex optimization problem. Recent works commonly incorporate geometric priors, such as LiDAR measurements, either for initialization or as training constrai…

Cited by 0SourceScholar
2026

InterLight: Leveraging Intrinsic Illumination Priors for Low-Light Image Enhancement

IJCAI 2026

Low-Light Image Enhancement (LLIE) has long been a challenging problem in low-level vision, as insufficient illumination often leads to low contrast, detail loss, and noise. Recent studies show that deep learning-based Retinex theory can effectively decouple illumination and reflectance. However, ex

Cited by 0Scholar
2026

RelMap: Enhancing Online Map Construction with Class-Aware Spatial Relation and Semantic Priors

ICRA 2026poster

Online high-definition (HD) map construction is crucial for scaling autonomous driving systems. While Transformer-based methods have become prevalent in online HD map construction, most existing approaches overlook the inherent spatial dependencies and semantic relationships among map elements, whic…

2026

Risk Map as Middleware: Toward Interpretable Cooperative End-to-End Autonomous Driving for Risk-Aware Planning

RA-L 2026

End-to-end paradigm has emerged as a promising approach to autonomous driving. However, existing single-agent end-to-end pipelines are often constrained by occlusion and limited perception range, resulting in hazardous driving. Furthermore, their black-box nature prevents the interpretability of the

Cited by 4SourceScholar
2026

TIC-VLA: A Think-in-Control Vision-Language-Action Model for Robot Navigation in Dynamic Environments

ICML 2026poster

Robots in dynamic, human-centric environments must follow language instructions while maintaining real-time reactive control. Vision-language-action (VLA) models offer a promising framework, but they assume temporally aligned reasoning and control, despite semantic inference being inherently delayed…

Cited by 0SourceScholar
2026

Who Gets Credit or Blame? Attributing Accountability in Modern AI Systems

ICML 2026poster

Modern AI systems are typically developed through multiple stages-pretraining, fine-tuning rounds, and subsequent adaptation or alignment, where each stage builds on the previous ones and updates the model in distinct ways. This raises a critical question of accountability: when a deployed model suc…

Cited by 0SourceScholar
2025

AutoVLA: A Vision-Language-Action Model for End-to-End Autonomous Driving with Adaptive Reasoning and Reinforcement Fine-Tuning

NeurIPS 2025poster

Recent advancements in Vision-Language-Action (VLA) models have shown promise for end-to-end autonomous driving by leveraging world knowledge and reasoning capabilities. However, current VLA models often struggle with physically infeasible action outputs, complex model structures, or unnecessarily l…

Cited by 0SourcecodeScholar
2025

CooPre: Cooperative Pretraining for V2X Cooperative Perception

IROS 2025

Existing Vehicle-to-Everything (V2X) cooperative perception methods rely on accurate multi-agent 3D annotations. Nevertheless, it is time-consuming and expensive to collect and annotate real-world data, especially for V2X systems. In this paper, we present a self-supervised learning framwork for V2X

Cited by 12SourcecodeScholar
2025

CooperRisk: A Driving Risk Quantification Pipeline with Multi-Agent Cooperative Perception and Prediction

IROS 2025

Risk quantification is a critical component of safe autonomous driving, however, constrained by the limited perception range and occlusion of single-vehicle systems in complex and dense scenarios. Vehicle-to-everything (V2X) paradigm has been a promising solution to sharing complementary perception

Cited by 4SourceScholar
2025

SCDA-Net: Structure Completion and Density Awareness Network for LiDAR-Based 3D Object Detection

RA-L 2025

As a fundamental task in various application scenarios, including autonomous driving and mobile robotic systems, 3D object detection has received extensive attention from researchers in both academia and industry. However, due to the working principle of LiDAR and external factors such as occlusion,

Cited by 0SourceScholar
2025

TurboTrain: Towards Efficient and Balanced Multi-Task Learning for Multi-Agent Perception and Prediction

ICCV 2025poster

End-to-end training of multi-agent systems offers significant advantages in improving multi-task performance. However, training such models remains challenging and requires extensive manual design and monitoring. In this work, we introduce TurboTrain, a novel and efficient training framework for mul…

2025

V2X-Radar: A Multi-modal Dataset with 4D Radar for Cooperative Perception

NeurIPS 2025spotlight

Modern autonomous vehicle perception systems often struggle with occlusions and limited perception range. Previous studies have demonstrated the effectiveness of cooperative perception in extending the perception range and overcoming occlusions, thereby enhancing the safety of autonomous driving. In…

Cited by 0SourceScholar
2025

V2XPnP: Vehicle-to-Everything Spatio-Temporal Fusion for Multi-Agent Perception and Prediction

ICCV 2025poster

Vehicle-to-everything (V2X) technologies offer a promising paradigm to mitigate the limitations of constrained observability in single-vehicle systems. Prior work primarily focuses on single-frame cooperative perception, which fuses agents' information across different spatial locations but ignores…

2024

$\texttt{dattri}$: A Library for Efficient Data Attribution

NeurIPS 2024spotlight

Data attribution methods aim to quantify the influence of individual training samples on the prediction of artificial intelligence (AI) models. As training data plays an increasingly crucial role in the modern development of large-scale AI models, data attribution has found broad applications in imp…

2024

Breaking Data Silos: Cross-Domain Learning for Multi-Agent Perception from Independent Private Sources

ICRA 2024poster

The diverse agents in multi-agent perception systems may be from different companies. Each company might use the identical classic neural network architecture based encoder for feature extraction. However, the data source to train the various agents is independent and private in each company, leadin…

Cited by 7SourcecodeScholar
2024

Confronting LLMs with Traditional ML: Rethinking the Fairness of Large Language Models in Tabular Classifications

NAACL 2024long

Recent literature has suggested the potential of using large language models (LLMs) to make classifications for tabular tasks. However, LLMs have been shown to exhibit harmful social biases that reflect the stereotypes and inequalities present in society. To this end, as well as the widespread use o…

Cited by 12SourcePDFScholar
2024

Fair Machine Unlearning: Data Removal while Mitigating Disparities

AISTATS 2024poster

The Right to be Forgotten is a core principle outlined by regulatory frameworks such as the EU’s General Data Protection Regulation (GDPR). This principle allows individuals to request that their personal data be deleted from deployed machine learning models. While "forgetting" can be naively achiev…

2024

Most Influential Subset Selection: Challenges, Promises, and Beyond

NeurIPS 2024poster

How can we attribute the behaviors of machine learning models to their training data? While the classic influence function sheds light on the impact of individual samples, it often fails to capture the more complex and pronounced collective influence of a set of samples. To tackle this challenge, we…

2024

S2R-ViT for Multi-Agent Cooperative Perception: Bridging the Gap from Simulation to Reality

ICRA 2024poster

Due to the lack of enough real multi-agent data and time-consuming of labeling, existing multi-agent cooperative perception algorithms usually select the simulated sensor data for training and validating. However, the perception performance is degraded when these simulation-trained models are deploy…

Cited by 21SourceScholar
2023

Analyzing Infrastructure LiDAR Placement with Realistic LiDAR Simulation Library

ICRA 2023poster

Recently, Vehicle-to-Everything (V2X) cooperative perception has attracted increasing attention. Infrastructure sensors play a critical role in this research field; however, how to find the optimal placement of infrastructure sensors is rarely studied. In this paper, we investigate the problem of in…

Cited by 43SourcecodeScholar
2023

HM-ViT: Hetero-Modal Vehicle-to-Vehicle Cooperative Perception with Vision Transformer

ICCV 2023poster

Vehicle-to-Vehicle technologies have enabled autonomous vehicles to share information to see through occlusions, greatly enhancing perception performance. Nevertheless, existing works all focused on homogeneous traffic where vehicles are equipped with the same type of sensors, which significantly ha…

Cited by 63PDFcodeScholar
2023

How Much Space Has Been Explored? Measuring the Chemical Space Covered by Databases and Machine-Generated Molecules

ICLR 2023poster

Forming a molecular candidate set that contains a wide range of potentially effective compounds is crucial to the success of drug discovery. While most databases and machine-learning-based generation models aim to optimize particular chemical properties, there is limited literature on how to properl…

Cited by 20SourcePDFScholar
2023

Optimizing the Placement of Roadside LiDARs for Autonomous Driving

ICCV 2023poster

Multi-agent cooperative perception is an increasingly popular topic in the field of autonomous driving, where roadside LiDARs play an essential role. However, how to optimize the placement of roadside LiDARs is a crucial but often overlooked problem. This paper proposes an approach to optimize the p…

Cited by 16PDFScholar
2023

Post Hoc Explanations of Language Models Can Improve Language Models

NeurIPS 2023poster

Large Language Models (LLMs) have demonstrated remarkable capabilities in performing complex tasks. Moreover, recent research has shown that incorporating human-annotated rationales (e.g., Chain-of-Thought prompting) during in-context learning can significantly enhance the performance of these model…

Cited by 72SourcePDFScholar
2023

Towards Bridging the Gaps between the Right to Explanation and the Right to be Forgotten

ICML 2023poster

The Right to Explanation and the Right to be Forgotten are two important principles outlined to regulate algorithmic decision making and data usage in real-world applications. While the right to explanation allows individuals to request an actionable explanation for an algorithmic decision, the righ…

Cited by 15SourcePDFScholar
2023

V2V4Real: A Real-World Large-Scale Dataset for Vehicle-to-Vehicle Cooperative Perception

CVPR 2023highlight

Modern perception systems of autonomous vehicles are known to be sensitive to occlusions and lack the capability of long perceiving range. It has been one of the key bottlenecks that prevents Level 5 autonomy. Recent research has demonstrated that the Vehicle-to-Vehicle (V2V) cooperative perception…

2023

V2XP-ASG: Generating Adversarial Scenes for Vehicle-to-Everything Perception

ICRA 2023poster

Recent advancements in Vehicle-to-Everything communication technology have enabled autonomous vehicles to share sensory information to obtain better perception performance. With the rapid growth of autonomous vehicles and intelligent infrastructure, the V2X perception systems will soon be deployed a…

Cited by 48SourcecodeScholar
2022

CoBEVT: Cooperative Bird’s Eye View Semantic Segmentation with Sparse Transformers

CoRL 2022poster

Bird’s eye view (BEV) semantic segmentation plays a crucial role in spatial sensing for autonomous driving. Although recent literature has made significant progress on BEV map understanding, they are all based on single-agent camera-based systems. These solutions sometimes have difficulty handling o…

Cited by 273SourcecodeScholar
2022

OPV2V: An Open Benchmark Dataset and Fusion Pipeline for Perception with Vehicle-to-Vehicle Communication

ICRA 2022poster

Employing Vehicle-to-Vehicle communication to enhance perception performance in self-driving technology has attracted considerable attention recently; however, the absence of a suitable open dataset for benchmarking algorithms has made it difficult to develop and assess cooperative perception techno…

Cited by 487SourcecodeScholar
2022

V2X-ViT: Vehicle-to-Everything Cooperative Perception with Vision Transformer

ECCV 2022poster

"In this paper, we investigate the application of Vehicle-to-Everything (V2X) communication to improve the perception performance of autonomous vehicles. We present a robust cooperative perception framework with V2X communication using a novel vision Transformer. Specifically, we build a holistic at…

2021

CopulaGNN: Towards Integrating Representational and Correlational Roles of Graphs in Graph Neural Networks

ICLR 2021poster

Graph-structured data are ubiquitous. However, graphs encode diverse types of information and thus play different roles in data representation. In this paper, we distinguish the \textit{representational} and the \textit{correlational} roles played by the graphs in node-level prediction tasks, and we…

2021

Learning-to-Rank with Partitioned Preference: Fast Estimation for the Plackett-Luce Model

AISTATS 2021poster

We consider the problem of listwise learning-to-rank (LTR) on data with \textit{partitioned preference}, where a set of items are sliced into ordered and disjoint partitions, but the ranking of items within a partition is unknown. The Plackett-Luce (PL) model has been widely used in listwise LTR met…

Cited by 9SourcePDFScholar
2019

A Flexible Generative Framework for Graph-based Semi-supervised Learning

NeurIPS 2019poster

We consider a family of problems that are concerned about making predictions for the majority of unlabeled, graph-structured data samples based on a small proportion of labeled samples. Relational information among the data samples, often encoded in the graph/network structure, is shown to be helpf…