paper-with-me

홈 › Papers

t-SNE-CUDA: GPU-Accelerated t-SNE and its Applications to Modern Data

2018-07-31 · David M. Chan, Roshan Rao, Forrest Huang, John F. Canny

Modern datasets and models are notoriously difficult to explore and analyze due to their inherent high dimensionality and massive numbers of samples. Existing visualization methods which employ dimensionality reduction to two or three dimensions are often inefficient and/or ineffective for these datasets. This paper introduces t-SNE-CUDA, a GPU-accelerated implementation of t-distributed Symmetric Neighbor Embedding (t-SNE) for visualizing datasets and models. t-SNE-CUDA significantly outperforms current implementations with 50-700x speedups on the CIFAR-10 and MNIST datasets. These speedups enable, for the first time, visualization of the neural network activations on the entire ImageNet dataset - a feat that was previously computationally intractable. We also demonstrate visualization performance in the NLP domain by visualizing the GloVe embedding vectors. From these visualizations, we can draw interesting conclusions about using the L2 metric in these embedding spaces. t-SNE-CUDA is publicly available athttps://github.com/CannyLab/tsne-cuda

📄 PDF Abstract BibTeX arXiv:1807.11824

Code (1)

CannyLab/tsne-cuda 공식 구현 pytorch

Tasks

Dimensionality ReductionGPU

Similar Papers 제목 키워드 기반

ALTIS: Modernizing GPGPU Benchmarking

2019-06-25 · Bodun Hu, Christopher J. Rossbach

This paper presents Altis, a benchmark suite for modern GPGPU computing. Previous benchmark suites such as Rodinia and SHOC have served the research community well, but were developed years ago when hardware was more lim…

BenchmarkingGPU

Model2Kernel: Model-Aware Symbolic Execution For Safe CUDA Kernels

2026-03-06 · Mengting He, Shihao Xia, Haomin Jia, Wenfei Wu 외 arxiv

The widespread adoption of large language models (LLMs) has made GPU-accelerated inference a critical part of modern computing infrastructure. Production inference systems rely on CUDA kernels to implement core transform…

Fast ground penetrating radar dual-parameter full waveform inversion method accelerated by hybrid compilation of CUDA kernel function and PyTorch

2025-06-25 · Lei Liu, Chao Song, Liangsheng He, Silin Wang 외

This study proposes a high-performance dual-parameter full waveform inversion framework (FWI) for ground-penetrating radar (GPR), accelerated through the hybrid compilation of CUDA kernel functions and PyTorch. The metho…

Computational EfficiencyGPRGPU

Enabling Memory-efficient Im2win Convolution with Multi-precision Support on GPU CUDA and Tensor Cores

2026-08-21 · Xiang Fu, Jixiang Ma, Xinpeng Zhang, Peng Zhao 외 arxiv

Convolution is a principal computational bottleneck in deep neural networks, and its efficiency depends on tight integration between algorithms and GPU hardware. Existing GPU convolution methods suffer from large memory …

CuSfM: CUDA-Accelerated Structure-from-Motion

2025-10-17 · Jingrui Yu, Jun Liu, Kefei Ren, Joydeep Biswas 외 arxiv

Efficient and accurate camera pose estimation forms the foundational requirement for dense reconstruction in autonomous navigation, robotic perception, and virtual simulation systems. This paper addresses the challenge v…

Camera Pose Estimation