Built with and by Teycir Ben Soltane•
How to Use•FAQ•GitHub•arXiv.org•
Share:
ArXivCSExplorer
☆☆Bookmarks🏆RSSHow to UseFAQ
Home/Authors/Kai Chen

Kai Chen

11 indexed papers

Recent (6 mo)
11
With code
0
Influential cites
0
Benchmarked
0

Publications per year

11
26

Top categories

AI×5Crypto×5NLP×3ML×3Vision×2Multimedia×1HCI×1Stats Method.×1

Frequent co-authors

Yiming Zhang1×
Zhonghan Zhao1×
Wenwei Zhang1×
Haiteng Zhao1×
Tianyang Lin1×
Yunhua Zhou1×

Research Timeline

2026
CNT: Safety-oriented Function Reuse across LLMs via Cross-Model Neuron Transfer

The paper introduces Cross-Model Neuron Transfer (CNT), a post-hoc method that efficiently transfers safety-oriented functionalities between different large language models by transferring minimal subsets of neurons, achieving high performance with minimal degradation.

An Agentic Workflow for Detecting Personally Identifiable Information in Crash Narratives

The paper proposes a novel, locally deployable agentic workflow using large language models (LLMs) to accurately and privately detect various types of personally identifiable information (PII) within unstructured crash narratives.

A Survey on the Security of Long-Term Memory in LLM Agents: Toward Mnemonic Sovereignty

This survey establishes persistent, writable memory as an independent security problem for LLM agents, proposing a comprehensive framework for 'mnemonic sovereignty' to govern the entire memory lifecycle.

Decompose to Understand, Fuse to Detect: Frequency-Decoupled Anomaly Detection for Encrypted Network Traffic

The paper proposes FreeUp, a frequency-decoupled framework that improves encrypted network anomaly detection by separately modeling and fusing low- and high-frequency components of traffic data.

Multi-Teacher Knowledge Distillation via Teacher-Informed Mixture Priors

The paper proposes Multi-Teacher Bayesian Knowledge Distillation (MT-BKD), a framework that uses Bayesian inference and teacher-informed priors to improve model compression, enhance predictive accuracy, and quantify uncertainty when distilling knowledge from multiple expert models.

MRMMIA: Membership Inference Attacks on Memory in Chat Agents

The paper proposes Multi-Recall Memory MIA (MRMMIA), a unified attack framework to test for privacy leakage by determining if a candidate memory unit belongs to a chat agent's private memory store.

Do Proactive Agents Really Need an LLM to Decide When to Wake and What to Anchor?

The paper proposes replacing expensive, always-on LLM calls for proactive agent triggering with a specialized Temporal-Graph-Learning (TGL) model, significantly improving efficiency and performance.

FedLAB: Traceable Semantic Codebooks for Federated Multimodal Graph Foundation Learning

The paper proposes FedLAB, a traceable semantic codebook framework for federated multimodal graph foundation learning, which organizes multimodal graph knowledge into hierarchical codebooks and refines them through federated semantic barycenter pre-training.

Vision as Unified Multimodal Generation

The paper presents SenseNova-Vision, a unified multimodal model for computer vision tasks using natural language instructions and optional visual prompts, trained primarily on a new corpus and requiring no task-specific modifications.

UniClawBench: A Universal Benchmark for Proactive Agents on Real-World Tasks

The paper introduces UniClawBench, a capability-driven benchmark for evaluating proactive agents in real-world settings, using five foundational capabilities and live Docker containers.

Scalable Visual Pretraining for Language Intelligence

This paper presents the benefits of visual pretraining for foundation model intelligence, outperforming text-only pretraining on multiple backbones and benchmarks.

Highlighted terms show continued research focus across papers

Papers

cs.CVcs.AIcs.MMEmpiricalRecentJul 10, 2026

Scalable Visual Pretraining for Language Intelligence

Yiming Zhang, Zhonghan Zhao, Wenwei Zhang, Haiteng Zhao +12 more

This paper presents the benefits of visual pretraining for foundation model intelligence, outperforming text-only pretraining on multiple backbones and benchmarks.

View →
cs.CLEmpirical
Recent
Jul 9, 2026

UniClawBench: A Universal Benchmark for Proactive Agents on Real-World Tasks

Zhekai Chen, Chengqi Duan, Kaiyue Sun, Bohao Li +3 more

The paper introduces UniClawBench, a capability-driven benchmark for evaluating proactive agents in real-world settings, using five foundational capabilities and live Docker containers.

View →
cs.CVEmpiricalRecentJul 7, 2026

Vision as Unified Multimodal Generation

Xiaoyang Han, Jianhua Li, Kewang Deng, Zukai Chen +13 more

The paper presents SenseNova-Vision, a unified multimodal model for computer vision tasks using natural language instructions and optional visual prompts, trained primarily on a new corpus and requiri…

View →
cs.LGEmpiricalRecentJun 30, 2026

FedLAB: Traceable Semantic Codebooks for Federated Multimodal Graph Foundation Learning

Zekai Chen, Kairui Yang, Xuaner Chen, Xunkai Li +3 more

The paper proposes FedLAB, a traceable semantic codebook framework for federated multimodal graph foundation learning, which organizes multimodal graph knowledge into hierarchical codebooks and refine…

View →
cs.CLcs.AIcs.HCRecentMay 28, 2026

Do Proactive Agents Really Need an LLM to Decide When to Wake and What to Anchor?

Xiaoze Liu, Ruowang Zhang, Amir H. Abdi, Michel Galley +4 more

The paper proposes replacing expensive, always-on LLM calls for proactive agent triggering with a specialized Temporal-Graph-Learning (TGL) model, significantly improving efficiency and performance.

View →
stat.MEcs.AIcs.LGRecentMay 27, 2026

Multi-Teacher Knowledge Distillation via Teacher-Informed Mixture Priors

Luyang Fang, Yongkai Chen, Jiazhang Cai, Ping Ma +1 more

The paper proposes Multi-Teacher Bayesian Knowledge Distillation (MT-BKD), a framework that uses Bayesian inference and teacher-informed priors to improve model compression, enhance predictive accurac…

View →
cs.CRcs.LGRecentMay 27, 2026

MRMMIA: Membership Inference Attacks on Memory in Chat Agents

Kai Chen, Yan Pang, Tianhao Wang

The paper proposes Multi-Recall Memory MIA (MRMMIA), a unified attack framework to test for privacy leakage by determining if a candidate memory unit belongs to a chat agent's private memory store.

View →
cs.CRcs.AIRecentMay 3, 2026

Decompose to Understand, Fuse to Detect: Frequency-Decoupled Anomaly Detection for Encrypted Network Traffic

Xinglin Lian, Chengtai Cao, Ting Zhong, Yong Wang +2 more

The paper proposes FreeUp, a frequency-decoupled framework that improves encrypted network anomaly detection by separately modeling and fusing low- and high-frequency components of traffic data.

View →
cs.CRcs.AIcs.CLRecentApr 17, 2026

A Survey on the Security of Long-Term Memory in LLM Agents: Toward Mnemonic Sovereignty

Zehao Lin, Chunyu Li, Kai Chen

This survey establishes persistent, writable memory as an independent security problem for LLM agents, proposing a comprehensive framework for 'mnemonic sovereignty' to govern the entire memory lifecy…

View →
cs.CRRecentApr 15, 2026

An Agentic Workflow for Detecting Personally Identifiable Information in Crash Narratives

Junyi Ma, Pei Li, Rui Gan, Kai Cheng +2 more

The paper proposes a novel, locally deployable agentic workflow using large language models (LLMs) to accurately and privately detect various types of personally identifiable information (PII) within…

View →
cs.CRcs.SERecentMar 19, 2026

CNT: Safety-oriented Function Reuse across LLMs via Cross-Model Neuron Transfer

Yue Zhao, Yujia Gong, Ruigang Liang, Shenchen Zhu +3 more

The paper introduces Cross-Model Neuron Transfer (CNT), a post-hoc method that efficiently transfers safety-oriented functionalities between different large language models by transferring minimal sub…

View →