← Search

Mingyang Chen

22 accepted papers

2026

Deblur4DGS: 4D Gaussian Splatting from Blurry Monocular Video

AAAI 2026technical

Recent 4D reconstruction methods have yielded impressive results but rely on sharp videos as supervision. However, motion blur often occurs in videos due to camera shake and object movement, while existing methods render blurry results when using such videos for reconstructing 4D models. Although a

Cited by 0SourcePDFScholar
2026

Diffusion Reconstruction-based Data Likelihood Estimation for Core-Set Selection

AAAI 2026technical

Existing core-set selection methods predominantly rely on heuristic scoring signals such as training dynamics or model uncertainty, lacking explicit modeling of data likelihood. This omission may hinder the constructed subset from capturing subtle yet critical distributional structures that underpin

Cited by 0SourcePDFScholar
2026

FailureAtlas: Mapping the Failure Landscape of T2I Models via Active Exploration

CVPR 2026

Static benchmark-driven evaluation has provided a valuable foundation for analyzing Text-to-Image (T2I) models.However, the fixed and predetermined prompt sets in benchmarks inherently limit diagnostic depth, making it difficult to uncover the full landscape of models' systematic failures or isolate

Cited by 0SourcecodeScholar
2026

GRAPE: Let GRPO Supervise Query Rewriting by Ranking for Retrieval

ICML 2026poster

The CLIP model has established itself as a cornerstone of large-scale retrieval systems. However, its performance often degrades under distributional shifts such as multilingual, long-form, or multimodal queries. To avoid the prohibitive costs associated with retriever retraining or corpus re-embedd…

Cited by 0SourceScholar
2026

UniHR: Hierarchical Representation Learning for Unified Knowledge Graph Link Prediction

AAAI 2026technical

Real-world knowledge graphs (KGs) contain not only standard triple-based facts, but also more complex, heterogeneous types of facts, such as hyper-relational facts with auxiliary key-value pairs, temporal facts with additional timestamps, and nested facts that imply relationships between facts. Thes

Cited by 0SourcePDFScholar
2025

Beyond Completion: A Foundation Model for General Knowledge Graph Reasoning

ACL 2025finding

In natural language processing (NLP) and computer vision (CV), the successful application of foundation models across diverse tasks has demonstrated their remarkable potential. However, despite the rich structural and textual information embedded in knowledge graphs (KGs), existing research of found…

2025

Facilitating Multi-turn Function Calling for LLMs via Compositional Instruction Tuning

ICLR 2025poster

Large Language Models (LLMs) have exhibited significant potential in performing diverse tasks, including the ability to call functions or use external tools to enhance their performance. While current research on function calling by LLMs primarily focuses on single-turn interactions, this paper addr…

2025

Influence-Guided Diffusion for Dataset Distillation

ICLR 2025poster

Dataset distillation aims to streamline the training process by creating a compact yet effective dataset for a much larger original dataset. However, existing methods often struggle with distilling large, high-resolution datasets due to prohibitive resource costs and limited performance, primarily s…

2025

Knowledge Graph Pooling and Unpooling for Concept Abstraction

COLING 2025main

Knowledge graph embedding (KGE) aims to embed entities and relations as vectors in a continuous space and has proven to be effective for KG tasks. Recently, graph neural networks (GNN) based KGEs gain much attention due to their strong capability of encoding complex graph structures. However, most G…

Cited by 0SourcePDFScholar
2025

ReSearch: Learning to Reason with Search for LLMs via Reinforcement Learning

NeurIPS 2025poster

Large Language Models (LLMs) have shown remarkable capabilities in reasoning, exemplified by the success of OpenAI-o1 and DeepSeek-R1. However, integrating reasoning with external search processes remains challenging, especially for complex multi-hop questions requiring multiple retrieval steps. We…

Cited by 0SourceScholar
2025

When Evolution Strategy Meets Language Models Tuning

COLING 2025main

Supervised Fine-tuning has been pivotal in training autoregressive language models, yet it introduces exposure bias. To mitigate this, Post Fine-tuning, including on-policy and off-policy methods, has emerged as a solution to enhance models further. However, each has its limitations regarding perfor…

2024

DisenGCD: A Meta Multigraph-assisted Disentangled Graph Learning Framework for Cognitive Diagnosis

NeurIPS 2024poster

Existing graph learning-based cognitive diagnosis (CD) methods have made relatively good results, but their student, exercise, and concept representations are learned and exchanged in an implicit unified graph, which makes the interaction-agnostic exercise and concept representations be learned poor…

2024

Learning to Plan for Retrieval-Augmented Large Language Models from Knowledge Graphs

EMNLP 2024finding

Improving the performance of large language models (LLMs) in complex question-answering (QA) scenarios has always been a research focal point. Recent studies have attempted to enhance LLMs’ performance by combining step-wise planning with external retrieval. While effective for advanced models like…

2023

Analogical Inference Enhanced Knowledge Graph Embedding

AAAI 2023technical

Knowledge graph embedding (KGE), which maps entities and relations in a knowledge graph into continuous vector spaces, has achieved great success in predicting missing links in knowledge graphs. However, knowledge graphs often contain incomplete triples that are difficult to inductively infer by KGE…

2023

Boosting Accuracy and Robustness of Student Models via Adaptive Adversarial Distillation

CVPR 2023poster

Distilled student models in teacher-student architectures are widely considered for computational-effective deployment in real-time applications and edge devices. However, there is a higher risk of student models to encounter adversarial attacks at the edge. Popular enhancing schemes such as adversa…

2023

Entity-Agnostic Representation Learning for Parameter-Efficient Knowledge Graph Embedding

AAAI 2023technical

We propose an entity-agnostic representation learning method for handling the problem of inefficient parameter storage costs brought by embedding knowledge graphs. Conventional knowledge graph embedding methods map elements in a knowledge graph, including entities and relations, into continuous vect…

2023

Generalizing to Unseen Elements: A Survey on Knowledge Extrapolation for Knowledge Graphs

IJCAI 2023poster

Knowledge graphs (KGs) have become valuable knowledge resources in various applications, and knowledge graph embedding (KGE) methods have garnered increasing attention in recent years. However, conventional KGE methods still face challenges when it comes to handling unseen entities or relations duri…

Cited by 26SourcePDFScholar
2023

Lion: Adversarial Distillation of Proprietary Large Language Models

EMNLP 2023long main

The practice of transferring knowledge from a sophisticated, proprietary large language model (LLM) to a compact, open-source LLM has garnered considerable attention. Previous works have focused on a unidirectional knowledge distillation way by aligning the responses of the student model with those…

Cited by 0SourcecodeScholar
2022

Meta-Learning Based Knowledge Extrapolation for Knowledge Graphs in the Federated Setting

IJCAI 2022poster

We study the knowledge extrapolation problem to embed new components (i.e., entities and relations) that come with emerging knowledge graphs (KGs) in the federated setting. In this problem, a model trained on an existing KG needs to embed an emerging KG with unseen entities and relations. To solve t…

2022

Understanding and Improving Knowledge Graph Embedding for Entity Alignment

ICML 2022spotlight

Embedding-based entity alignment (EEA) has recently received great attention. Despite significant performance improvement, few efforts have been paid to facilitate understanding of EEA methods. Most existing studies rest on the assumption that a small number of pre-aligned entities can serve as anch…