← Search

Jiajun Liu

40 accepted papers

2026

Balanced Knowledge Distillation for Large Language Models with Mix-of-Experts

AAAI 2026technical

Mixture-of-Experts (MoE) architectures have recently become a more prevalent choice for large language models (LLMs) than dense architectures due to their superior performance. However, billions of parameters bring MoE LLMs a huge cost for deployment and inference. To address these issues, knowledge

Cited by 0SourcePDFScholar
2026

Benchmarking and Enhancing Rule Knowledge-Driven Reasoning of Large Language Models

AAAI 2026technical

Large Language Models (LLMs) have demonstrated strong capabilities across diverse tasks under the example-driven learning paradigm. However, in high-stakes domains such as emergency response and industrial safety, historical incidents are scarce, confidential, or both, while concise rule books are a

Cited by 0SourcePDFScholar
2026

Optimizing LoRA Allocation of MoE with the Alignment of Topic Correlation

AAAI 2026technical

Mixture of experts (MoE) dynamically routes inputs to specialized expert networks to scale model capacity with low inference overhead. However, the excessive parameter growth in MoE models poses challenges in low-resource settings. To address these issues, MoE with parameter-efficient fine-tuning (P

Cited by 0SourcePDFScholar
2026

Robust Test-time Video-Text Retrieval: Benchmarking and Adapting for Query Shifts

ICLR 2026poster

Modern video-text retrieval (VTR) models excel on in-distribution benchmarks but are highly vulnerable to real-world *query shifts*, where the distribution of query data deviates from the training domain, leading to a sharp performance drop. Existing image-focused robustness solutions are inadequate…

Cited by 0SourceScholar
2025

Acquisition and Application of Novel Knowledge in Large Language Models

ACL 2025long

Recent advancements in large language models (LLMs) have demonstrated their impressive generative capabilities, primarily due to their extensive parameterization, which enables them to encode vast knowledge. However, effectively integrating new knowledge into LLMs remains a major challenge. Current…

2025

Can Large Models Teach Student Models to Solve Mathematical Problems Like Human Beings? A Reasoning Distillation Method via Multi-LoRA Interaction

IJCAI 2025

Recent studies have demonstrated that Large Language Models (LLMs) have strong mathematical reasoning abilities but rely on hundreds of billions of parameters. To tackle the challenge of poor reasoning in Small Language Models (SLMs), existing methods typically leverage LLMs to generate massive amou

2025

Chain-of-Action: Trajectory Autoregressive Modeling for Robotic Manipulation

NeurIPS 2025poster

We present Chain-of-Action (CoA), a novel visuomotor policy paradigm built upon Trajectory Autoregressive Modeling. Unlike conventional approaches that predict next step action(s) forward, CoA generates an entire trajectory by explicit backward reasoning with task-specific goals through an action-le…

Cited by 0SourceScholar
2025

Effective Tuning Strategies for Generalist Robot Manipulation Policies

ICRA 2025

Generalist robot manipulation policies (GMPs) have the potential to generalize across a wide range of tasks, devices, and environments. However, existing policies continue to struggle with out-of-distribution scenarios due to the inherent difficulty of collecting sufficient action data to cover exte

Cited by 9SourceScholar
2025

General Scene Adaptation for Vision-and-Language Navigation

ICLR 2025poster

Vision-and-Language Navigation (VLN) tasks mainly evaluate agents based on one-time execution of individual instructions across multiple environments, aiming to develop agents capable of functioning in any environment in a zero-shot manner. However, real-world navigation robots often operate in pers…

2025

LLM-Guided Semantic-Aware Clustering for Topic Modeling

ACL 2025long

Topic modeling aims to discover the distribution of topics within a corpus. The advanced comprehension and generative capabilities of large language models (LLMs) have introduced new avenues for topic modeling, particularly by prompting LLMs to generate topics and refine them by merging similar ones…

2025

Medium-Difficulty Samples Constitute Smoothed Decision Boundary for Knowledge Distillation on Pruned Datasets

ICLR 2025poster

This paper tackles a new problem of dataset pruning for Knowledge Distillation (KD), from a fresh perspective of Decision Boundary (DB) preservation and drifts. Existing dataset pruning methods generally assume that the post-pruning DB formed by the selected samples can be well-captured by future ne…

2025

On the Consistency of Commonsense in Large Language Models

ACL 2025finding

Commonsense, humans’ implicit understanding of everyday situations, is crucial for large language models (LLMs). Existing commonsense evaluations for LLMs primarily focus on downstream knowledge tasks, failing to probe whether LLMs truly understand and utilize knowledge or merely memorize it. They a…

2025

Quantifying and Narrowing the Unknown: Interactive Text-to-Video Retrieval via Uncertainty Minimization

ICCV 2025poster

Despite recent advances, Text-to-video retrieval (TVR) is still hindered by multiple inherent uncertainties, such as ambiguous textual queries, indistinct text-video mappings, and low-quality video frames. Although interactive systems have emerged to address these challenges by refining user intent…

2025

RePaViT: Scalable Vision Transformer Acceleration via Structural Reparameterization on Feedforward Network Layers

ICML 2025poster

We reveal that feedforward network (FFN) layers, rather than attention layers, are the primary contributors to Vision Transformer (ViT) inference latency, with their impact signifying as model size increases. This finding highlights a critical opportunity for optimizing the efficiency of large-scale…

2024

A Detachable FBG-Based Contact Force Sensor for Capturing Gripper-Vegetable Interactions

ICRA 2024poster

Vertical farming, a sustainable key for urban agriculture, has garnered attention for its land use optimization and enhanced food production capabilities. The adoption of automation in vertical farming is a pivotal response to labor shortages, addressing the need for increased efficiency, particular…

Cited by 2SourceScholar
2024

Boosting Textural NER with Synthetic Image and Instructive Alignment

ACL 2024findings

Named entity recognition (NER) is a pivotal task reliant on textual data, often impeding the disambiguation of entities due to the absence of context. To tackle this challenge, conventional methods often incorporate images crawled from the internet as auxiliary information. However, the images often…

2024

Demonstrating Event-Triggered Investigation and Sample Collection for Human Scientists using Field Robots and Large Foundation Models

RSS 2024poster

In this paper, we introduce a pioneering end-to-end system demonstrated on a team of robots and sensors, designed to augment scientific exploration and discovery for human scientists in remote or inaccessible environments. We demonstrate and analyse our system's capability in a mock-up test-bed scen…

2024

Domain-Hierarchy Adaptation via Chain of Iterative Reasoning for Few-shot Hierarchical Text Classification

IJCAI 2024poster

Recently, various pre-trained language models (PLMs) have been proposed to prove their impressive performances on a wide range of few-shot tasks. However, limited by the unstructured prior knowledge in PLMs, it is difficult to maintain consistent performance on complex hierarchically dependent tasks…

Cited by 1SourcePDFScholar
2024

Empirical Analysis of Dialogue Relation Extraction with Large Language Models

IJCAI 2024poster

Dialogue relation extraction (DRE) aims to extract relations between two arguments within a dialogue, which is more challenging than standard RE due to the higher person pronoun frequency and lower information density in dialogues. However, existing DRE methods still suffer from two serious issues:…

2024

Fast and Continual Knowledge Graph Embedding via Incremental LoRA

IJCAI 2024poster

Continual Knowledge Graph Embedding (CKGE) aims to efficiently learn new knowledge and simultaneously preserve old knowledge. Dominant approaches primarily focus on alleviating catastrophic forgetting of old knowledge but neglect efficient learning for the emergence of new knowledge. However, in rea…

2024

Incorporating Schema-Aware Description into Document-Level Event Extraction

IJCAI 2024poster

Document-level event extraction (DEE) aims to extract the structured event information from a given document, facing two critical challenges: (1) event arguments always scatter across sentences (arguments-scattering); (2) multiple events can co-occur in one document (multi-event). Most recent studie…

2024

LLM as Copilot for Coarse-grained Vision-and-Language Navigation

ECCV 2024poster

"Vision-and-Language Navigation (VLN) involves guiding an agent through indoor environments using human-provided textual instructions. Coarse-grained VLN, with short and high-level instructions, has gained popularity as it closely mirrors real-world scenarios. However, a significant challenge is the…

Cited by 9SourcePDFScholar
2024

Learning Multi-Granularity and Adaptive Representation for Knowledge Graph Reasoning

IJCAI 2024poster

Knowledge graph reasoning (KGR) aims to infer new factual triples from existing knowledge graphs (KGs). Recently, a new category of methods, possessing both transductive and inductive reasoning capabilities, has been proposed to tackle this task via learning entity-independent representations from l…

Cited by 1SourcePDFScholar
2024

Meta In-Context Learning Makes Large Language Models Better Zero and Few-Shot Relation Extractors

IJCAI 2024poster

Relation extraction (RE) is an important task that aims to identify the relationships between entities in texts. While large language models (LLMs) have revealed remarkable in-context learning (ICL) capability for general zero and few-shot learning, recent studies indicate that current LLMs still st…

2024

OntoFact: Unveiling Fantastic Fact-Skeleton of LLMs via Ontology-Driven Reinforcement Learning

AAAI 2024technical

Large language models (LLMs) have demonstrated impressive proficiency in information retrieval, while they are prone to generating incorrect responses that conflict with reality, a phenomenon known as intrinsic hallucination. The critical challenge lies in the unclear and unreliable fact distributio…

2024

Real-time Multi-modal Object Detection and Tracking on Edge for Regulatory Compliance Monitoring

IJCAI 2024poster

Regulatory compliance auditing in agrifood processing facilities is crucial for upholding the highest standards of quality assurance and traceability. However, the current manual and intermittent approaches to auditing present significant challenges and risks, potentially leading to gaps or loophole…

Cited by 0SourcePDFScholar
2024

Recall, Retrieve and Reason: Towards Better In-Context Relation Extraction

IJCAI 2024poster

Relation extraction (RE) aims to identify relations between entities mentioned in texts. Although large language models (LLMs) have demonstrated impressive in-context learning (ICL) abilities in various tasks, they still suffer from poor performances compared to most supervised fine-tuned RE methods…

2024

Towards Continual Knowledge Graph Embedding via Incremental Distillation

AAAI 2024technical

Traditional knowledge graph embedding (KGE) methods typically require preserving the entire knowledge graph (KG) with significant training costs when new knowledge emerges. To address this issue, the continual knowledge graph embedding (CKGE) task has been proposed to train the KGE model by learning…

2024

Unlocking Instructive In-Context Learning with Tabular Prompting for Relational Triple Extraction

COLING 2024main

The in-context learning (ICL) for relational triple extraction (RTE) has achieved promising performance, but still encounters two key challenges: (1) how to design effective prompts and (2) how to select proper demonstrations. Existing methods, however, fail to address these challenges appropriately…

Cited by 13SourcePDFScholar
2024

Unveiling LoRA Intrinsic Ranks via Salience Analysis

NeurIPS 2024poster

The immense parameter scale of large language models underscores the necessity for parameter-efficient fine-tuning methods. Methods based on Low-Rank Adaptation (LoRA) assume the low-rank characteristics of the incremental matrix and optimize the matrix obtained from low-rank decomposition. Although…

2024

Why Only Text: Empowering Vision-and-Language Navigation with Multi-modal Prompts

IJCAI 2024poster

Current Vision-and-Language Navigation (VLN) tasks mainly employ textual instructions to guide agents. However, being inherently abstract, the same textual instruction can be associated with different visual signals, causing severe ambiguity and limiting the transfer of prior knowledge in the vision…

2023

Dynamic Token Pruning in Plain Vision Transformers for Semantic Segmentation

ICCV 2023poster

Vision transformers have achieved leading performance on various visual tasks yet still suffer from high computational complexity. The situation deteriorates in dense prediction tasks like semantic segmentation, as high-resolution inputs and outputs usually imply more tokens involved in computations…

Cited by 28PDFcodeScholar
2023

Global Knowledge Calibration for Fast Open-Vocabulary Segmentation

ICCV 2023poster

Recent advancements in pre-trained vision-language models, such as CLIP, have enabled the segmentation of arbitrary concepts solely from textual inputs, a process commonly referred to as open-vocabulary semantic segmentation (OVS). However, existing OVS techniques confront a fundamental challenge: t…

Cited by 55PDFScholar
2023

IterDE: An Iterative Knowledge Distillation Framework for Knowledge Graph Embeddings

AAAI 2023technical

Knowledge distillation for knowledge graph embedding (KGE) aims to reduce the KGE model size to address the challenges of storage limitations and knowledge reasoning efficiency. However, current work still suffers from the performance drops when compressing a high-dimensional original KGE model to a…

2023

OCHID-Fi: Occlusion-Robust Hand Pose Estimation in 3D via RF-Vision

ICCV 2023poster

Hand Pose Estimation (HPE) is crucial to many applications, but conventional cameras-based CM-HPE methods are completely subject to Line-of-Sight (LoS), as cameras cannot capture occluded objects. In this paper, we propose to exploit Radio-Frequency-Vision (RF-vision) capable of bypassing obstacles…

Cited by 7PDFcodeScholar
2023

SegRefiner: Towards Model-Agnostic Segmentation Refinement with Discrete Diffusion Process

NeurIPS 2023poster

In this paper, we explore a principal way to enhance the quality of object masks produced by different segmentation models. We propose a model-agnostic solution called SegRefiner, which offers a novel perspective on this problem by interpreting segmentation refinement as a data generation process. A…

2022

Improved Feature Distillation via Projector Ensemble

NeurIPS 2022accept

In knowledge distillation, previous feature distillation methods mainly focus on the design of loss functions and the selection of the distilled layers, while the effect of the feature projector between the student and the teacher remains under-explored. In this paper, we first discuss a plausible m…

2019

A Novel Robotic Suturing System for Flexible Endoscopic Surgery

ICRA 2019poster

Perforations in flexible endoscopy are life-threatening. Defect closure or suturing in flexible endoscopy has long been a critical challenge due to the confined space of the access routes and surgical sites, high dexterity and force demands of suturing tasks, as well as critical size and strength re…

Cited by 36SourceScholar
2019

Pneumatically Actuated Deployable Tissue Distension Device for NOTES for Colon

ICRA 2019poster

When performing some surgical tasks inside colon with NOTES technology, colon tissue could block the task space and occlude the endoscopic vision. In order to solve this problem, we developed a pneumatically driven deployable and undeployable structure which can distend collapsing tissue and can be…

Cited by 6SourceScholar