paper-with-me

Papers GPU

“GPU” 태그가 달린 논문 5,629편 · 필터 해제

CUDA-L1: Improving CUDA Optimization via Contrastive Reinforcement Learning

2025-07-18 · Xiaoya Li, Xiaofei Sun, Albert Wang, Jiwei Li 외

The exponential growth in demand for GPU computing resources, driven by the rapid advancement of Large Language Models, has created an urgent need for automated CUDA optimization strategies. While recent advances in LLMs…

Code GenerationGPUreinforcement-learningReinforcement Learning

DINO-VO: A Feature-based Visual Odometry Leveraging a Visual Foundation Model

2025-07-17 · Maulana Bisyir Azhari, David Hyunchul Shim

Learning-based monocular visual odometry (VO) poses robustness, generalization, and efficiency challenges in robotics. Recent advances in visual foundation models, such as DINOv2, have improved robustness and generalizat…

GPUMonocular Visual OdometryMotion EstimationPose Estimation+1

Diffuman4D: 4D Consistent Human View Synthesis from Sparse-View Videos with Spatio-Temporal Diffusion Models

2025-07-17 · Yudong Jin, Sida Peng, Xuan Wang, Tao Xie 외

This paper addresses the challenge of high-fidelity view synthesis of humans with sparse-view videos as input. Previous methods solve the issue of insufficient observation by leveraging 4D diffusion models to generate vi…

DenoisingGPU

Arctic Inference with Shift Parallelism: Fast and Efficient Open Source Inference System for Enterprise AI

2025-07-16 · Samyam Rajbhandari, Mert Hidayetoglu, Aurick Qiao, Ye Wang 외

Inference is now the dominant AI workload, yet existing systems force trade-offs between latency, throughput, and cost. Arctic Inference, an open-source vLLM plugin from Snowflake AI Research, introduces Shift Parallelis…

GPU

FourCastNet 3: A geometric approach to probabilistic machine-learning weather forecasting at scale

2025-07-16 · Boris Bonev, Thorsten Kurth, Ankur Mahesh, Mauro Bisson 외

FourCastNet 3 advances global weather modeling by implementing a scalable, geometric machine learning (ML) approach to probabilistic ensemble forecasting. The approach is designed to respect spherical geometry and to acc…

Computational EfficiencyGPUWeather Forecasting

Kevin: Multi-Turn RL for Generating CUDA Kernels

2025-07-16 · Carlo Baronio, Pietro Marsella, Ben Pan, Simon Guo 외

Writing GPU kernels is a challenging task and critical for AI systems' efficiency. It is also highly iterative: domain experts write code and improve performance through execution feedback. Moreover, it presents verifiab…

GPUReinforcement Learning (RL)

Relative Entropy Pathwise Policy Optimization

2025-07-15 · Claas Voelcker, Axel Brunnbauer, Marcel Hussing, Michal Nauman 외

Score-function policy gradients have delivered strong results in game-playing, robotics and language-model fine-tuning. Yet its high-variance often undermines training stability. On the other hand, pathwise policy gradie…

GPU

DEARLi: Decoupled Enhancement of Recognition and Localization for Semi-supervised Panoptic Segmentation

2025-07-14 · Ivan Martinović, Josip Šarić, Marin Oršić, Matej Kristan 외

Pixel-level annotation is expensive and time-consuming. Semi-supervised segmentation methods address this challenge by learning models on few labeled images alongside a large corpus of unlabeled images. Although foundati…

DecoderGPUPanoptic SegmentationSemantic Segmentation+3

Lightweight Model for Poultry Disease Detection from Fecal Images Using Multi-Color Space Feature Optimization and Machine Learning

2025-07-14 · A. K. M. Shoriful Islam, Md. Rakib Hassan, Macbah Uddin, Md. Shahidur Rahman

Poultry farming is a vital component of the global food supply chain, yet it remains highly vulnerable to infectious diseases such as coccidiosis, salmonellosis, and Newcastle disease. This study proposes a lightweight m…

Computational EfficiencyDimensionality Reductionfeature selectionGPU

Scaling Attention to Very Long Sequences in Linear Time with Wavelet-Enhanced Random Spectral Attention (WERSA)

2025-07-11 · Vincenzo Dentamaro

Transformer models are computationally costly on long sequences since regular attention has quadratic $O(n^2)$ time complexity. We introduce Wavelet-Enhanced Random Spectral Attention (WERSA), a novel mechanism of linear…

GPU

HNOSeg-XS: Extremely Small Hartley Neural Operator for Efficient and Resolution-Robust 3D Image Segmentation

2025-07-10 · Ken C. L. Wong, Hongzhi Wang, Tanveer Syeda-Mahmood

In medical image segmentation, convolutional neural networks (CNNs) and transformers are dominant. For CNNs, given the local receptive fields of convolutional layers, long-range spatial correlations are captured through …

GPUImage SegmentationMedical Image SegmentationSemantic Segmentation+1

From large-eddy simulations to deep learning: A U-net model for fast urban canopy flow predictions

2025-07-09 · Themistoklis Vargiemezis, Catherine Gorlé

Accurate prediction of wind flow fields in urban canopies is crucial for ensuring pedestrian comfort, safety, and sustainable urban design. Traditional methods using wind tunnels and Computational Fluid Dynamics, such as…

GPUL2 Regularization

Artificial Generals Intelligence: Mastering Generals.io with Reinforcement Learning

2025-07-09 · Matej Straka, Martin Schmid

We introduce a real-time strategy game environment built on Generals.io, a game that hosts thousands of active players each week across multiple game formats. Our environment is fully compatible with Gymnasium and Pettin…

GPUMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning

Diffusion Dataset Condensation: Training Your Diffusion Model Faster with Less Data

2025-07-08 · Rui Huang, Shitong Shao, Zikai Zhou, Pukun Zhao 외

Diffusion models have achieved remarkable success in various generative tasks, but training them remains highly resource-intensive, often requiring millions of images and many days of GPU computation. From a data-centric…

Dataset CondensationGPU

AutoTriton: Automatic Triton Programming with Reinforcement Learning in LLMs

2025-07-08 · Shangzhan Li, Zefan Wang, Ye He, YuXuan Li 외

Kernel development in deep learning requires optimizing computational units across hardware while balancing memory management, parallelism, and hardware-specific optimizations through extensive empirical tuning. Although…

GPUreinforcement-learningReinforcement LearningReinforcement Learning (RL)

any4: Learned 4-bit Numeric Representation for LLMs

2025-07-07 · Mostafa Elhoushi, Jeff Johnson

We present any4, a learned 4-bit weight quantization solution for large language models (LLMs) providing arbitrary numeric representations without requiring pre-processing of weights or activations. any4 yields higher ac…

GPUGSM8KHumanEvalmbpp+2

Real-Time Graph-based Point Cloud Networks on FPGAs via Stall-Free Deep Pipelining

2025-07-07 · Marc Neu, Isabel Haide, Timo Justinger, Till Rädler 외

Graph-based Point Cloud Networks (PCNs) are powerful tools for processing sparse sensor data with irregular geometries, as found in high-energy physics detectors. However, deploying models in such environments remains ch…

GPU

LLMThinkBench: Towards Basic Math Reasoning and Overthinking in Large Language Models

2025-07-05 · Gaurav Srivastava, Aafiya Hussain, Sriram Srinivasan, Xuan Wang

Large Language Models (LLMs) have achieved remarkable performance on complex mathematical benchmarks, yet often struggle with simple arithmetic tasks and exhibit a tendency toward over-explaining or "overthinking" answer…

BenchmarkingGPUMath

MathOptAI.jl: Embed trained machine learning predictors into JuMP models

2025-07-03 · Oscar Dowson, Robert B Parker, Russel Bent

We present \texttt{MathOptAI.jl}, an open-source Julia library for embedding trained machine learning predictors into a JuMP model. \texttt{MathOptAI.jl} can embed a wide variety of neural networks, decision trees, and G…

CPUGaussian ProcessesGPU

LoRA Fine-Tuning Without GPUs: A CPU-Efficient Meta-Generation Framework for LLMs

2025-07-02 · Reza Arabpour, Haitz Sáez de Ocáriz Borde, Anastasis Kratsios

Low-Rank Adapters (LoRAs) have transformed the fine-tuning of Large Language Models (LLMs) by enabling parameter-efficient updates. However, their widespread adoption remains limited by the reliance on GPU-based training…

CPUGPU
1–20 / 5,629 다음 →