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

Wei Li

50 indexed papers

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

Publications per year

50
26

Top categories

AI×27Crypto×16ML×15Vision×11NLP×11Info Retrieval×5Software Eng.×3Architecture×3

Frequent co-authors

Wei Liu6×
Ziwei Liu3×
Zhuo Chen3×
Dawei Li3×
Huawei Li3×
Jiawei Liu3×

Research Timeline

2026
Context-Aware Explanations for Spatialized Document Layouts

The paper presents CAPE, a framework that generates natural-language explanations for spatially organized document layouts, using context-aware representations and LLM-based explanation generation.

Second-Order KKT Guarantees for Bregman ADMM in Nonconvex and Non-Lipschitz Optimization

This paper analyzes Bregman ADMM for nonconvex linearly constrained problems under two-sided relative smoothness, showing convergence to strict saddle points and almost-sure second-order stationarity.

Harvesting AI Computation at the Edge via Generic Approximation

The paper proposes a framework to harvest unused computation resources on AI chips for general-purpose tasks using neural architecture search and approximation techniques.

Clarus: Coordinating Autonomous Research Agents toward Web-Scale Scientific Collaboration

This paper presents Clarus, a collaboration infrastructure for coordinating autonomous research agents towards web-scale scientific collaboration.

Is One Layer Enough? Training A Single Transformer Layer Can Match Full-Parameter RL Training

This paper studies the distribution of reinforcement learning (RL) adaptation across transformer layers in large language models and finds that training a single layer can recover most of the gains obtained during full RL 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.

SLORR: Simple and Efficient In-Training Low-Rank Regularization

The paper introduces SLORR, a simple and stateless framework for in-training low-rank regularization of neural networks using two variants based on the Hoyer sparsity metric and the nuclear norm.

ZipLine: Visual Analysis of Multivariate Graphs with Predicate Logic

This paper introduces ZipLine, a system for integrative analysis of multivariate graphs through a unified predicate language and learning algorithm.

teLLMe Why (Ain't Nothing but a Jam): Exploratory Causal Analysis of Urban Driving Data

The paper presents teLLMe, a system for exploratory causal analysis of urban driving datasets using structured event tables, causal structure learning, and query-specific effect estimation.

Scaling Unmodified Multithreaded Applications with Elastic CXL-based Distributed Shared Memory

xDSM is a full-space, elastic DSM system built over CXL that transparently scales unmodified multithreaded applications by employing an OS-runtime co-design, dynamic data placement policy, and spatial locality-aware elasticity.

A Kalman Filter-Assisted Data-Predictive SAR ADC With Reduced Switching Energy for Low-Power Applications

This paper proposes a Kalman filter-assisted data-predictive SAR ADC to reduce switching energy and latency in ultra-low-power IoT devices.

An Efficient Fault-Tolerance Scheme for CKKS Computation on CPUs

This paper presents an efficient fault-tolerance scheme for CPU-based fully homomorphic encryption (FHE) that reduces protection overhead and achieves 100 percent detection rate under random single-bit transient faults.

ISO: An RLVR-Native Optimization Stack

This paper introduces Isospectral Optimization (ISO), a new optimization framework for reinforcement learning with verifiable rewards (RLVR), which inherits the base model's weight spectra while optimizing the frames to achieve stronger performance.

Personalized Recommendation Tool Learning via Autonomous Language Agents

A new framework, PRTA, is proposed for full-ranking recommendation tasks using large language models, where an LLM acts as a central planner and traditional recommendation models perform scoring.

Beyond Fail-to-Pass: Iterative Hardening of Co-Generated Bug Reproduction Tests and Fixes

This paper proposes CoHarden, a co-generation framework for automated program repair that uses a lax signal as an in-loop convergence criterion to prevent lax regressions.

Uplink Positioning for PASS in Multipath Environments

This paper proposes multi-carrier positioning frameworks for pinching-antenna systems using matrix pencil-based and Rank-1 ranging algorithms, and a two-stage weighted nonlinear least-squares positioning algorithm.

Barzilai-Borwein Fails Superlinear Convergence on an Open Set of Quadratics for Every Dimension $n\geq 4$

This paper constructs strictly convex quadratic problems and initial points for which the long Barzilai--Borwein method does not converge root-superlinearly.

HarnessLLM: Rust Verification Harness Generation with Large Language Models

This paper presents HarnessLLM, an automated workflow that uses large language models to generate verification harnesses for Rust code from test suites, improving memory safety.

SceneActBench: Can Agents Act on the 3D Scenes They See?

The paper introduces SceneActBench, a benchmark for evaluating vision-language model agents' ability to perform actions on multi-object 3D scenes.

Data Pyramid for Embodied Manipulation

This paper organizes embodied data sources for multimodal foundation models into a pyramid, focusing on real-robot, UMI-style, egocentric and exocentric, simulation, and general vision-language data.

Highlighted terms show continued research focus across papers

Papers

cs.ROcs.CVSurveyRecentJul 27, 2026

Data Pyramid for Embodied Manipulation

Yifan Ye, Yankai Fu, Yaoxu Lv, Bohan Hou +25 more

This paper organizes embodied data sources for multimodal foundation models into a pyramid, focusing on real-robot, UMI-style, egocentric and exocentric, simulation, and general vision-language data.

View →
cs.SEcs.CREmpirical
Recent
Jul 24, 2026

HarnessLLM: Rust Verification Harness Generation with Large Language Models

Minghua Wang, Yuwei Liu, Lin Huang

This paper presents HarnessLLM, an automated workflow that uses large language models to generate verification harnesses for Rust code from test suites, improving memory safety.

View →
cs.AIcs.CVEmpiricalRecentJul 24, 2026

SceneActBench: Can Agents Act on the 3D Scenes They See?

Yifei Zhao, Xiangxin Zhou, Wenhao Yang, Jiaqi Tang +10 more

The paper introduces SceneActBench, a benchmark for evaluating vision-language model agents' ability to perform actions on multi-object 3D scenes.

View →
math.OCcs.AIcs.LGTheoreticalRecentJul 23, 2026

Barzilai-Borwein Fails Superlinear Convergence on an Open Set of Quadratics for Every Dimension $n\geq 4$

Dawei Li, Xiaotian Jiang, Mingyi Hong

This paper constructs strictly convex quadratic problems and initial points for which the long Barzilai--Borwein method does not converge root-superlinearly.

View →
cs.IRcs.AIEmpiricalRecentJul 22, 2026

Personalized Recommendation Tool Learning via Autonomous Language Agents

Mingdai Yang, Zhiwei Liu, Weizhi Zhang, Yibo Wang +2 more

A new framework, PRTA, is proposed for full-ranking recommendation tasks using large language models, where an LLM acts as a central planner and traditional recommendation models perform scoring.

View →
cs.SEcs.AIEmpiricalRecentJul 22, 2026

Beyond Fail-to-Pass: Iterative Hardening of Co-Generated Bug Reproduction Tests and Fixes

Yuhao Tan, Zhibang Yang, Fangkai Yang, Yuan Yao +8 more

This paper proposes CoHarden, a co-generation framework for automated program repair that uses a lax signal as an in-loop convergence criterion to prevent lax regressions.

View →
eess.SPTheoreticalRecentJul 22, 2026

Uplink Positioning for PASS in Multipath Environments

Yaoyu Zhang, Xin Sun, Tianwei Hou, Anna Li +1 more

This paper proposes multi-carrier positioning frameworks for pinching-antenna systems using matrix pencil-based and Rank-1 ranging algorithms, and a two-stage weighted nonlinear least-squares position…

View →
cs.AREmpiricalRecentJul 21, 2026

An Efficient Fault-Tolerance Scheme for CKKS Computation on CPUs

Jianan Mu, Ge Yu, Tenghui Hua, Liang Kong +5 more

This paper presents an efficient fault-tolerance scheme for CPU-based fully homomorphic encryption (FHE) that reduces protection overhead and achieves 100 percent detection rate under random single-bi…

View →
cs.LGcs.AIEmpiricalRecentJul 21, 2026

ISO: An RLVR-Native Optimization Stack

Hanqing Zhu, Wenyan Cong, Zhizhou Sha, Sagnik Mukherjee +7 more

This paper introduces Isospectral Optimization (ISO), a new optimization framework for reinforcement learning with verifiable rewards (RLVR), which inherits the base model's weight spectra while optim…

View →
cs.OSEmpiricalRecentJul 17, 2026

Scaling Unmodified Multithreaded Applications with Elastic CXL-based Distributed Shared Memory

Guowei Liu, Kang Chen, Laiping Zhao, Yiming Li +6 more

xDSM is a full-space, elastic DSM system built over CXL that transparently scales unmodified multithreaded applications by employing an OS-runtime co-design, dynamic data placement policy, and spatial…

View →
eess.SPeess.SYEmpiricalRecentJul 17, 2026

A Kalman Filter-Assisted Data-Predictive SAR ADC With Reduced Switching Energy for Low-Power Applications

Xiyuan Feng, Yuxiang Zhao, Jie Xiong, Dian Lin +6 more

This paper proposes a Kalman filter-assisted data-predictive SAR ADC to reduce switching energy and latency in ultra-low-power IoT devices.

View →
cs.AIcs.HCEmpiricalRecentJul 16, 2026

teLLMe Why (Ain't Nothing but a Jam): Exploratory Causal Analysis of Urban Driving Data

Qiwei Li, Jorge Ortiz

The paper presents teLLMe, a system for exploratory causal analysis of urban driving datasets using structured event tables, causal structure learning, and query-specific effect estimation.

View →
cs.HCEmpiricalRecentJul 15, 2026

ZipLine: Visual Analysis of Multivariate Graphs with Predicate Logic

Sjoerd Vink, Suyang Li, Brian Montambault, Michael Behrisch +2 more

This paper introduces ZipLine, a system for integrative analysis of multivariate graphs through a unified predicate language and learning algorithm.

View →
cs.LGcs.AIEmpiricalRecentJul 9, 2026

SLORR: Simple and Efficient In-Training Low-Rank Regularization

David González-Martínez, Shiwei Liu

The paper introduces SLORR, a simple and stateless framework for in-training low-rank regularization of neural networks using two variants based on the Hoyer sparsity metric and the nuclear norm.

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.LGcs.CLEmpiricalRecentJul 1, 2026

Is One Layer Enough? Training A Single Transformer Layer Can Match Full-Parameter RL Training

Zijian Zhang, Rizhen Hu, Athanasios Glentis, Dawei Li +3 more

This paper studies the distribution of reinforcement learning (RL) adaptation across transformer layers in large language models and finds that training a single layer can recover most of the gains ob…

View →
cs.AIcs.CYcs.MAEmpiricalRecentJun 29, 2026

Clarus: Coordinating Autonomous Research Agents toward Web-Scale Scientific Collaboration

Zihan Guo, Zeyi Chen, Zhiyu Chen, Zicai Cui +14 more

This paper presents Clarus, a collaboration infrastructure for coordinating autonomous research agents towards web-scale scientific collaboration.

View →
cs.ARcs.LGEmpiricalRecentJun 28, 2026

Harvesting AI Computation at the Edge via Generic Approximation

Yihan Wang, Huiru Yan, Luxin Zhang, Long Cheng +5 more

The paper proposes a framework to harvest unused computation resources on AI chips for general-purpose tasks using neural architecture search and approximation techniques.

View →
cs.HCcs.IREmpiricalRecentJun 26, 2026

Context-Aware Explanations for Spatialized Document Layouts

Wei Liu, John Wenskovitch, Chris North, Rebecca Faust

The paper presents CAPE, a framework that generates natural-language explanations for spatially organized document layouts, using context-aware representations and LLM-based explanation generation.

View →
math.OCcs.LGTheoreticalRecentJun 26, 2026

Second-Order KKT Guarantees for Bregman ADMM in Nonconvex and Non-Lipschitz Optimization

Shuang Li, Zhihui Zhu, Qiuwei Li

This paper analyzes Bregman ADMM for nonconvex linearly constrained problems under two-sided relative smoothness, showing convergence to strict saddle points and almost-sure second-order stationarity.

View →