← Search

Boyu Chen

20 accepted papers

2026

G-UBS: Towards Robust Understanding of Implicit Feedback via Group-Aware User Behavior Simulation

AAAI 2026technical

User feedback is critical for refining recommendation systems, yet explicit feedback (e.g., likes or dislikes) remains scarce in practice. As a more feasible alternative, inferring user preferences from massive implicit feedback has shown great potential (e.g., a user quickly skipping a recommended

Cited by 0SourcePDFScholar
2026

PaSE: Prototype-aligned Calibration and Shapley-based Equilibrium for Multimodal Sentiment Analysis

AAAI 2026technical

Multimodal Sentiment Analysis (MSA) seeks to understand human emotions by integrating textual, acoustic, and visual signals. Although multimodal fusion is designed to leverage cross-modal complementarity, real-world scenarios often exhibit modality competition: dominant modalities tend to overshadow

Cited by 0SourcePDFScholar
2026

PathRAG: Pruning Graph-based Retrieval Augmented Generation with Relational Paths

AAAI 2026technical

Retrieval-augmented generation (RAG) improves the response quality of large language models (LLMs) by retrieving knowledge from external databases. Typical RAG approaches split the text database into chunks, organizing them in a flat structure for efficient searches. To better capture the inherent d

Cited by 0SourcePDFScholar
2026

UniFlow: A Unified Pixel Flow Tokenizer for Visual Understanding and Generation

ICLR 2026poster

Tokenizer is a crucial component for both visual understanding and generation. To advance toward the ultimate goal of universal modeling, recent research has focused on developing a unified tokenizer. However, existing tokenizers face a significant performance trade-off between understanding and gen…

Cited by 0SourceScholar
2026

VRAgent-R1: Boosting Video Recommendation with MLLM-based Agents via Reinforcement Learning

AAAI 2026technical

Large language model (LLM) agents have emerged as a promising solution for enhancing recommendation systems via user simulation. However, existing studies predominantly resort to prompt-based simulation using frozen LLMs, which frequently results in suboptimal item modeling and user preference learn

Cited by 0SourcePDFScholar
2026

VideoChat-A1: Thinking with Long Videos by Chain-of-Shot Reasoning

AAAI 2026technical

Recent advances in video understanding have been driven by MLLMs. But these MLLMs are good at analyzing short videos, while suffering from difficulties in understanding videos with a longer context. To address this difficulty, several agent paradigms have recently been proposed, using MLLMs as agen

Cited by 0SourcePDFScholar
2026

VideoChat-M1: Collaborative Policy Planning for Video Understanding via Multi-Agent Reinforcement Learning

CVPR 2026

Most of the multi-agent video understanding frameworks adopt static and non-learnable tool invocation mechanisms, which limit the discovery of diverse clues essential for robust perception and reasoning regarding temporally or spatially complex videos. To address this challenge, we propose a novel M

Cited by 0SourceScholar
2026

When Top-ranked Recommendations Fail: Modeling Multi-Granular Negative Feedback for Explainable and Robust Video Recommendation

AAAI 2026technical

Existing video recommendation systems, relying mainly on ID-based embedding mapping and collaborative filtering, often fail to capture in-depth video content semantics. Moreover, most struggle to address biased user behaviors (e.g., accidental clicks, fast skips), leading to inaccurate interest mode

Cited by 0SourcePDFScholar
2025

Blend the Separated: Mixture of Synergistic Experts for Data-Scarcity Drug-Target Interaction Prediction

AAAI 2025technical

Drug-target interaction prediction (DTI) is essential in various applications including drug discovery and clinical application. There are two perspectives of input data widely used in DTI prediction: Intrinsic data represents how drugs or targets are constructed, and extrinsic data represents how d…

2025

JEN-1 Composer: A Unified Framework for High-Fidelity Multi-Track Music Generation

AAAI 2025technical

With rapid advances in generative artificial intelligence, the text-to-music synthesis task has emerged as a promising direction for music generation. Nevertheless, achieving precise control over multi-track generation remains an open challenge. While existing models excel in directly generating mul…

Cited by 12SourcePDFScholar
2025

JEN-1 DreamStyler: Customized Musical Concept Learning via Pivotal Parameters Tuning

AAAI 2025technical

Large models for text-to-music generation have achieved significant progress, facilitating the creation of high-quality and varied musical compositions from provided text prompts. However, input text prompts may not precisely capture user requirements, particularly when the objective is to generate…

Cited by 2SourcePDFScholar
2025

LVAgent: Long Video Understanding by Multi-Round Dynamical Collaboration of MLLM Agents

ICCV 2025poster

Existing MLLMs encounter significant challenges in modeling the temporal context within long videos. Currently, mainstream Agent-based methods use external tools to assist a single MLLM in answering long video questions. Despite such tool-based support, a solitary MLLM still offers only a partial un…

2025

SCS: Spatially Consistent Self-Supervised approach for One-Shot Anatomical Landmark Detection

ICASSP 2025accepted

Landmark detection is essential in medical image analysis, serving as the foundation for many downstream tasks. In recent years, supervised anatomical landmark detection models have achieved remarkable success, but typically require large amounts of labeled data for training, which is challenging to…

Cited by 0SourceScholar
2022

Backbone Is All Your Need: A Simplified Architecture for Visual Object Tracking

ECCV 2022poster

"Exploiting a general-purpose neural architecture to replace hand-wired designs or inductive biases has recently drawn extensive interest. However, existing tracking approaches rely on customized sub-modules and need prior knowledge for architecture selection, hindering the development of tracking i…

2021

BN-NAS: Neural Architecture Search With Batch Normalization

ICCV 2021poster

Model training and evaluation are two main time-consuming processes during neural architecture search (NAS). Although weight-sharing based methods have been proposed to reduce the number of trained networks, these methods still need to train the supernet for hundreds of epochs and evaluate thousands…

Cited by 45PDFcodeScholar
2021

Evolving Search Space for Neural Architecture Search

ICCV 2021poster

Automation of neural architecture design has been a coveted alternative to human experts. Various search methods have been proposed aiming to find the optimal architecture in the search space. One would expect the search results to improve when the search space grows larger since it would potentiall…

Cited by 55PDFcodeScholar
2021

GLiT: Neural Architecture Search for Global and Local Image Transformer

ICCV 2021poster

We introduce the first Neural Architecture Search (NAS) method to find a better transformer architecture for image recognition. Recently, transformers without CNN-based backbones are found to achieve impressive performance for image recognition. However, the transformer is designed for NLP tasks and…

Cited by 131PDFcodeScholar
2019

GradNet: Gradient-Guided Network for Visual Object Tracking

ICCV 2019oral

The fully-convolutional siamese network based on template matching has shown great potentials in visual tracking. During testing, the template is fixed with the initial target feature and the performance totally relies on the general matching ability of the siamese network. However, this manner cann…

Cited by 400PDFcodeScholar
2018

Real-time 'Actor-Critic' Tracking

ECCV 2018poster

In this work, we propose a novel tracking algorithm with real-time performance based on the ‘Actor-Critic’ framework. This framework consists of two major components: ‘Actor’ and ‘Critic’. The ‘Actor’ model aims to infer the optimal choice in a continuous action space, which directly makes the track…