中文
相关论文

相关论文: PyTouch: A Machine Learning Library for Touch Proc…

200 篇论文

The objective of Information Extraction (IE) is to derive structured representations from unstructured or semi-structured documents. However, developing IE models is complex due to the need of integrating several subtasks. Additionally,…

信息检索 · 计算机科学 2024-06-04 Arne Binder , Leonhard Hennig , Christoph Alt

Today's tactile sensors have a variety of different designs, making it challenging to develop general-purpose methods for processing touch signals. In this paper, we learn a unified representation that captures the shared information…

机器人学 · 计算机科学 2024-10-16 Samanta Rodriguez , Yiming Dou , William van den Bogert , Miquel Oller , Kevin So , Andrew Owens , Nima Fazeli

Advanced dexterous manipulation involving multiple simultaneous contacts across different surfaces, like pinching coins from ground or manipulating intertwined objects, remains challenging for robotic systems. Such tasks exceed the…

机器人学 · 计算机科学 2025-06-11 Won Kyung Do , Matthew Strong , Aiden Swann , Boshu Lei , Monroe Kennedy

Hand gesture is one of the most important means of touchless communication between human and machines. There is a great interest for commanding electronic equipment in surgery rooms by hand gesture for reducing the time of surgery and the…

计算机视觉与模式识别 · 计算机科学 2017-10-24 Ebrahim Nasr-Esfahani , Nader Karimi , S. M. Reza Soroushmehr , M. Hossein Jafari , M. Amin Khorsandi , Shadrokh Samavi , Kayvan Najarian

We present pytest-inline, the first inline testing framework for Python. We recently proposed inline tests to make it easier to test individual program statements. But, there is no framework-level support for developers to write inline…

软件工程 · 计算机科学 2023-05-24 Yu Liu , Zachary Thurston , Alan Han , Pengyu Nie , Milos Gligoric , Owolabi Legunsen

Tactile sensation plays a crucial role in the development of multi-modal large models and embodied intelligence. To collect tactile data with minimal cost as possible, a series of studies have attempted to generate tactile images by…

计算机视觉与模式识别 · 计算机科学 2025-01-10 Jiahang Tu , Hao Fu , Fengyu Yang , Hanbin Zhao , Chao Zhang , Hui Qian

DORAEMON is an open-source PyTorch library that unifies visual object modeling and representation learning across diverse scales. A single YAML-driven workflow covers classification, retrieval and metric learning; more than 1000 pretrained…

计算机视觉与模式识别 · 计算机科学 2025-11-07 Ke Du , Yimin Peng , Chao Gao , Fan Zhou , Siqiao Xue

We introduce PyText - a deep learning based NLP modeling framework built on PyTorch. PyText addresses the often-conflicting requirements of enabling rapid experimentation and of serving models at scale. It achieves this by providing simple…

Microgrids, self contained electrical grids that are capable of disconnecting from the main grid, hold potential in both tackling climate change mitigation via reducing CO2 emissions and adaptation by increasing infrastructure resiliency.…

人工智能 · 计算机科学 2020-11-17 Gonzague Henri , Tanguy Levent , Avishai Halev , Reda Alami , Philippe Cordier

Large language models (LLMs) are beginning to automate reward design for dexterous manipulation. However, no prior work has considered tactile sensing, which is known to be critical for human-like dexterity. We present Text2Touch, bringing…

机器人学 · 计算机科学 2025-09-10 Harrison Field , Max Yang , Yijiong Lin , Efi Psomopoulou , David Barton , Nathan F. Lepora

The availability of open-source software is playing a remarkable role in the popularization of speech recognition and deep learning. Kaldi, for instance, is nowadays an established framework used to develop state-of-the-art speech…

音频与语音处理 · 电气工程与系统科学 2019-02-19 Mirco Ravanelli , Titouan Parcollet , Yoshua Bengio

Eye contact between individuals is particularly important for understanding human behaviour. To further investigate the importance of eye contact in social interactions, portable eye tracking technology seems to be a natural choice.…

计算机视觉与模式识别 · 计算机科学 2021-07-12 Alexander Schäfer , Tomoko Isomura , Gerd Reis , Katsumi Watanabe , Didier Stricker

We present NeuralOperator, an open-source Python library for operator learning. Neural operators generalize neural networks to maps between function spaces instead of finite-dimensional Euclidean spaces. They can be trained and inferenced…

The automation of fruit harvesting has gained increasing significance in response to rising labor shortages. A sensorized gripper is a key component of this process, which must be compact enough for confined spaces, able to stably grasp…

机器人学 · 计算机科学 2026-02-24 Ruohan Zhang , Mohammad Amin Mirzaee , Wenzhen Yuan

Particle tracking is a fundamental part of the event analysis in high energy and nuclear physics. Events multiplicity increases each year along with the drastic growth of the experimental data which modern HENP detectors produce, so the…

数据分析、统计与概率 · 物理学 2021-10-04 Pavel Goncharov , Egor Schavelev , Anastasia Nikolskaya , Gennady Ososkov

PyTorch has ascended as a premier machine learning framework, yet it lacks a native and comprehensive library for decision and control tasks suitable for large development teams dealing with complex real-world data and environments. To…

The article presents the torchosr package - a Python package compatible with PyTorch library - offering tools and methods dedicated to Open Set Recognition in Deep Neural Networks. The package offers two state-of-the-art methods in the…

机器学习 · 计算机科学 2024-02-12 Joanna Komorniczak , Pawel Ksieniewicz

Recent progress in natural language processing has been driven by advances in both model architecture and model pretraining. Transformer architectures have facilitated building higher-capacity models and pretraining has made it possible to…

Neural Networks are notoriously difficult to inspect. We introduce comgra, an open source python library for use with PyTorch. Comgra extracts data about the internal activations of a model and organizes it in a GUI (graphical user…

机器学习 · 计算机科学 2024-08-01 Florian Dietz , Sophie Fellenz , Dietrich Klakow , Marius Kloft

Local execution of AI on edge devices is important for low latency and offline operation. However, deploying models on diverse hardware remains fragmented, often requiring model conversion or complete reimplementation outside the PyTorch…