🍡 feedmeAI
← All topics
Optimization 9 items

Everything Optimization

📑 arXiv 2d ago

Sketching the Readout of Large Language Models for Scalable Data Attribution and Valuation

RISE (Readout Influence Sketching Estimator) achieves scalable data attribution for LLMs by focusing on influence hotspots at the output layer rather than computing gradients across the entire model. Uses CountSketch projections on dual-channel representation (lexical residual + semantic projected-error) to make gradient-based attribution tractable for large models.

📑 arXiv 3d ago

COEVO: Co-Evolutionary Framework for Joint Functional Correctness and PPA Optimization in LLM-Based RTL Generation

COEVO unifies functional correctness and PPA (power, performance, area) optimization for LLM-generated RTL code in a single co-evolutionary loop, replacing sequential pipelines that discard partially correct but architecturally promising candidates. Existing methods decouple correctness from PPA and reduce multi-objective optimization to scalar fitness, obscuring trade-offs. COEVO treats correctness as continuous rather than binary, enabling simultaneous optimization of both objectives.

🤗 Hugging Face 4d ago

An Optimal Transport-driven Approach for Cultivating Latent Space in Online Incremental Learning

MMOT introduces an Optimal Transport-based framework for online incremental learning that maintains evolving mixture model centroids instead of fixed or single adaptive centroids per class. The approach better handles multimodal data streams in continual learning scenarios where distributional shifts are severe and replay buffers have limited utility. Novel contribution is the dynamic centroid evolution mechanism grounded in OT theory.