中文
相关论文

相关论文: Faster-Than-Native Alternatives for x86 VP2INTERSE…

200 篇论文

One of the biggest concerns in IoT is privacy and security. Encryption and authentication need big power budgets, which battery-operated IoT end-nodes do not have. Hardware accelerators designed for specific cryptographic operations provide…

硬件体系结构 · 计算机科学 2020-10-01 Ömer Faruk Irmak , Arda Yurdakul

This paper presents a memory assessment of the next-generation Versatile Video Coding (VVC). The memory analyses are performed adopting as a baseline the state-of-the-art High-Efficiency Video Coding (HEVC). The goal is to offer insights…

多媒体 · 计算机科学 2020-06-02 Arthur Cerveira , Luciano Agostini , Bruno Zatt , Felipe Sampaio

The modern CPU's design, which is composed of hierarchical memory and SIMD/vectorization capability, governs the potential for algorithms to be transformed into efficient implementations. The release of the AVX-512 changed things radically,…

数学软件 · 计算机科学 2018-03-13 Berenger Bramas

While Transformers are dominated by Floating-Point (FP) Matrix-Multiplications, their aggressive acceleration through dedicated hardware or many-core programmable systems has shifted the performance bottleneck to non-linear functions like…

硬件体系结构 · 计算机科学 2025-04-16 Run Wang , Gamze Islamoglu , Andrea Belano , Viviane Potocnik , Francesco Conti , Angelo Garofalo , Luca Benini

We study the convergence rate of the alternating projection method (APM) applied to the intersection of an affine subspace and the second-order cone. We show that when they intersect non-transversally, the convergence rate is $O(k^{-1/2})$,…

最优化与控制 · 数学 2024-01-05 Hiroyuki Ochiai , Yoshiyuki Sekiguchi , Hayato Waki

Vector programming is an important topic in many Introduction to Computer Science courses. Despite the importance of vectors, learning vector programming is a source for frustration to many students given that they feel left adrift when it…

编程语言 · 计算机科学 2018-05-19 Marco T. Morazán

Recent developments in neural networks have improved deformable image registration (DIR) by amortizing iterative optimization, enabling fast and accurate DIR results. However, learning-based methods often face challenges with limited…

图像与视频处理 · 电气工程与系统科学 2025-06-26 Hang Zhang , Yuxi Zhang , Jiazheng Wang , Xiang Chen , Renjiu Hu , Xin Tian , Gaolei Li , Min Liu

We show how bidirectional transformers trained for masked token prediction can be applied to neural image compression to achieve state-of-the-art results. Such models were previously used for image generation by progressivly sampling groups…

图像与视频处理 · 电气工程与系统科学 2023-04-18 Fabian Mentzer , Eirikur Agustsson , Michael Tschannen

We repurpose AV1 motion vectors to produce dense sub-pixel correspondences and short tracks filtered by cosine consistency. On short videos, this compressed-domain front end runs comparably to sequential SIFT while using far less CPU, and…

计算机视觉与模式识别 · 计算机科学 2026-05-15 Julien Zouein , Hossein Javidnia , François Pitié , Anil Kokaram

Sampling and budgeting training examples are two essential factors in tracking algorithms based on support vector machines (SVMs) as a trade-off between accuracy and efficiency. Recently, the circulant matrix formed by dense sampling of…

计算机视觉与模式识别 · 计算机科学 2016-01-25 Wangmeng Zuo , Xiaohe Wu , Liang Lin , Lei Zhang , Ming-Hsuan Yang

Inference networks of traditional Variational Autoencoders (VAEs) are typically amortized, resulting in relatively inaccurate posterior approximation compared to instance-wise variational optimization. Recent semi-amortized approaches were…

机器学习 · 计算机科学 2020-11-18 Minyoung Kim , Vladimir Pavlovic

Training machine learning models on massive datasets incurs substantial computational costs. To alleviate such costs, there has been a sustained effort to develop data-efficient training methods that can carefully select subsets of the…

机器学习 · 计算机科学 2022-08-01 Omead Pooladzandi , David Davini , Baharan Mirzasoleiman

We present an efficient coreset construction algorithm for large-scale Support Vector Machine (SVM) training in Big Data and streaming applications. A coreset is a small, representative subset of the original data points such that a models…

机器学习 · 计算机科学 2020-02-18 Murad Tukan , Cenk Baykal , Dan Feldman , Daniela Rus

More than 120 algorithms have been developed for exact string matching within the last 40 years. We show by experiments that the \naive{} algorithm exploiting SIMD instructions of modern CPUs (with symbols compared in a special order) is…

数据结构与算法 · 计算机科学 2016-12-06 Jorma Tarhio , Jan Holub , Emanuele Giaquinta

Recent works on click-based interactive segmentation have demonstrated state-of-the-art results by using various inference-time optimization schemes. These methods are considerably more computationally expensive compared to feedforward…

计算机视觉与模式识别 · 计算机科学 2021-02-15 Konstantin Sofiiuk , Ilia A. Petrov , Anton Konushin

Chandrasekaran, Parrilo and Willsky (2010) proposed a convex optimization problem to characterize graphical model selection in the presence of unobserved variables. This convex optimization problem aims to estimate an inverse covariance…

最优化与控制 · 数学 2012-09-27 Shiqian Ma , Lingzhou Xue , Hui Zou

We extend recent 256 SSE vector work to 512 AVX giving a four fold speedup. We use MAGPIE (Machine Automated General Performance Improvement via Evolution of software) to speedup a C++ linear genetic programming interpreter. Local search is…

神经与进化计算 · 计算机科学 2025-12-11 William B. Langdon

Vehicle to Vehicle (V2V) communication phase is an integral part of collaborative message dissemination in vehicular ad-hoc networks (VANETs). In this work, we apply index coding techniques to reduce the number of transmissions required for…

信息论 · 计算机科学 2020-07-02 Jesy Pachat , Nujoom Sageer Karat , Deepthi P. P. , B. Sundar Rajan

Traditional intra prediction usually utilizes the nearest reference line to generate the predicted block when considering strong spatial correlation. However, this kind of single line-based method does not always work well due to at least…

多媒体 · 计算机科学 2016-12-05 Jiahao Li , Bin Li , Jizheng Xu , Ruiqin Xiong

Most modern processors contain vector units that simultaneously perform the same arithmetic operation over multiple sets of operands. The ability of compilers to automatically vectorize code is critical to effectively using these units.…

性能 · 计算机科学 2025-02-21 Nazmus Sakib , Tarun Prabhu , Nandakishore Santhi , John Shalf , Abdel-Hameed A. Badawy