Generate a list of papers with publicly available source code in the daily arxiv

Overview

2021-06-08

paper code
optimal network slicing for service-oriented networks with flexible routing and guaranteed e2e latency networkslicing
multi-modal point-of-care diagnostics for covid-19 based on acoustics and symptoms MuDiCov
configuring an intelligent reflecting surface for wireless communications SP_Cup_2021
energy and age pareto optimal trajectories in uav-assisted wireless data collection BDforUavPath
on perceptual lossy compression: the cost of perceptual reconstruction and an optimal training framework Perceptual-Lossy-Compression

2021-06-07

paper code
cold: concurrent loads disaggregator for non-intrusive load monitoring cold-nilm
homological time series analysis of sensor signals from power plants TwirlFlake

2021-06-04

paper code
channel estimation for one-bit multiuser massive mimo using conditional gan Channel_Estimation_cGAN
gender bias in depression detection using audio features DepAudioNet_reproduction
heppcat: probabilistic pca for data with heteroscedastic noise heteroscedastic-probabilistic-pca
sparse kronecker-product coding for unsourced multiple access SKPC-UMA
multi-uav path planning for wireless data harvesting with deep reinforcement learning uav_data_harvesting

2021-06-03

paper code
adaptive self-interference cancellation for full-duplex wireless communication systems Full-Duplex-Steepest-Descent
self-training sampling with monolingual data uncertainty for neural machine translation UncSamp

2021-06-02

paper code
reconfigurable intelligent surface enabled federated learning: a unified communication-learning design approach RIS-FL
a mixed integer least-squares formulation of the gnss snapshot positioning problem snapshot-positioning
dynamic-deep: ecg task-aware compression Dynamic-Deep
a compact and interpretable convolutional neural network for cross-subject driver drowsiness detection from single-channel eeg A-Compact-and-Interpretable-Convolutional-Neural-Network-for-Single-Channel-EEG
meta-har: federated representation learning for human activity recognition Meta-HAR

2021-06-01

paper code
an efficient and effective second-order training algorithm for lstm-based adaptive learning EfficientEffectiveLSTM
block deep neural network-based signal detector for generalized spatial modulation B_DNN
support recovery for sparse multidimensional phase retrieval Sparse-Multidimensional-PR
overcoming measurement inconsistency in deep learning for linear inverse problems: applications in medical imaging mri-tvtv
interval propagation through the discrete fourier transform Fourier-transform
clnet: complex input lightweight neural network designed for massive mimo csi feedback CLNet
an iterative jacobi-like algorithm to compute a few sparse eigenvalue-eigenvector pairs JACOBI-PCA
an automated theorem proving framework for information-theoretic results psitip

2021-05-31

paper code
a simulation-based end-to-end learning framework for evidential occupancy grid mapping EviLOG
salientsleepnet: multimodal salient wave detection network for sleep staging SalientSleepNet
recovery of future data via convolution nuclear norm minimization CNNM

2021-05-28

paper code
multi-resolution csi feedback with deep learning in massive mimo system CRNet
unsupervised deep learning for massive mimo hybrid beamforming HBF-Net
robust learning from corrupted eeg with dynamic spatial filtering dynamic-spatial-filtering

2021-05-27

paper code
learning to continuously optimize wireless resource in episodically dynamic environment ICASSP2021
lenient regret and good-action identification in gaussian process bandits GoodAction

2021-05-26

paper code
self-supervised transfer learning of physiological representations from free-living wearable data Step2heart
robust adversarial learning via sparsifying front ends sparsity-based-defenses
npd entropy: a non-parametric differential entropy rate estimator npd_entropy
honest-but-curious nets: sensitive attributes of private inputs can be secretly coded into the entropy of classifiers' outputs honest-but-curious-nets

2021-05-25

paper code
deep joint source channel coding for wirelessimage transmission with ofdm Deep-JSCC-for-images-with-OFDM
joint learning of multiple granger causal networks via non-convex regularizations: inference of group-level brain connectivity JGranger_ncvx
denoising noisy neural networks: a bayesian approach with compensation NoisyNN
deep active learning approach to adaptive beamforming for mmwave initial alignment DL-ActiveLearning-BeamAlignment
byzantine-resilient federated machine learning via over-the-air computation Byzantine_AirComp

2021-05-24

paper code
semi-supervised learning for identifying the likelihood of agitation in people with dementia Agitation_detection
redunet: a white-box deep network from the principle of maximizing rate reduction MCR2

2021-05-21

paper code
min2net: end-to-end multi-task learning for subject-independent motor imagery eeg classification MIN2Net
point process simulation of generalised inverse gaussian processes and estimation of the jaeger integral GiG
This is the implementation of the paper "Gated Recurrent Convolution Neural Network for OCR"

Gated Recurrent Convolution Neural Network for OCR This project is an implementation of the GRCNN for OCR. For details, please refer to the paper: htt

90 Dec 22, 2022
Scale-aware Automatic Augmentation for Object Detection (CVPR 2021)

SA-AutoAug Scale-aware Automatic Augmentation for Object Detection Yukang Chen, Yanwei Li, Tao Kong, Lu Qi, Ruihang Chu, Lei Li, Jiaya Jia [Paper] [Bi

Jia Research Lab 182 Dec 29, 2022
零样本学习测评基准,中文版

ZeroCLUE 零样本学习测评基准,中文版 零样本学习是AI识别方法之一。 简单来说就是识别从未见过的数据类别,即训练的分类器不仅仅能够识别出训练集中已有的数据类别, 还可以对于来自未见过的类别的数据进行区分。 这是一个很有用的功能,使得计算机能够具有知识迁移的能力,并无需任何训练数据, 很符合现

CLUE benchmark 27 Dec 10, 2022
Textboxes : Image Text Detection Model : python package (tensorflow)

shinTB Abstract A python package for use Textboxes : Image Text Detection Model implemented by tensorflow, cv2 Textboxes Paper Review in Korean (My Bl

Jayne Shin (신재인) 91 Dec 15, 2022
Opencv-image-filters - A camera to capture videos in real time by placing filters using Python with the help of the Tkinter and OpenCV libraries

Opencv-image-filters - A camera to capture videos in real time by placing filters using Python with the help of the Tkinter and OpenCV libraries

Sergio Díaz Fernández 1 Jan 13, 2022
A tool combining EasyOCR and LaMa to automatically detect text and replace it with an inpainted background.

EasyLaMa (WIP) This is a tool combining EasyOCR and LaMa to automatically detect text and replace it with an inpainted background. Installation For GP

3 Sep 17, 2022
Image augmentation for machine learning experiments.

imgaug This python library helps you with augmenting images for your machine learning projects. It converts a set of input images into a new, much lar

Alexander Jung 13.2k Jan 02, 2023
Read Japanese manga inside browser with selectable text.

mokuro Read Japanese manga with selectable text inside a browser. See demo: https://kha-white.github.io/manga-demo mokuro_demo.mp4 Demo contains excer

Maciej Budyś 170 Dec 27, 2022
Official implementation of "An Image is Worth 16x16 Words, What is a Video Worth?" (2021 paper)

An Image is Worth 16x16 Words, What is a Video Worth? paper Official PyTorch Implementation Gilad Sharir, Asaf Noy, Lihi Zelnik-Manor DAMO Academy, Al

213 Nov 12, 2022
[BMVC'21] Official PyTorch Implementation of Grounded Situation Recognition with Transformers

Grounded Situation Recognition with Transformers Paper | Model Checkpoint This is the official PyTorch implementation of Grounded Situation Recognitio

Junhyeong Cho 18 Jul 19, 2022
Resizing Canny Countour In Python

Resizing_Canny_Countour Install Visual Studio Code , https://code.visualstudio.com/download Select Python and install with terminal( pip install openc

Walter Ng 1 Nov 07, 2021
Implement 'Single Shot Text Detector with Regional Attention, ICCV 2017 Spotlight'

SSTDNet Implement 'Single Shot Text Detector with Regional Attention, ICCV 2017 Spotlight' using pytorch. This code is work for general object detecti

HotaekHan 84 Jan 05, 2022
Using computer vision method to recognize and calcutate the features of the architecture.

building-feature-recognition In this repository, we accomplished building feature recognition using traditional/dl-assisted computer vision method. Th

4 Aug 11, 2022
SemTorch

SemTorch This repository contains different deep learning architectures definitions that can be applied to image segmentation. All the architectures a

David Lacalle Castillo 154 Dec 07, 2022
Opencv face recognition desktop application

Opencv-Face-Recognition Opencv face recognition desktop application Program developed by Gustavo Wydler Azuaga - 2021-11-19 Screenshots of the program

Gus 1 Nov 19, 2021
Perspective recovery of text using transformed ellipses

unproject_text Perspective recovery of text using transformed ellipses. See full writeup at https://mzucker.github.io/2016/10/11/unprojecting-text-wit

Matt Zucker 111 Nov 13, 2022
The code for “Oriented RepPoints for Aerail Object Detection”

Oriented RepPoints for Aerial Object Detection The code for the implementation of “Oriented RepPoints”, Under review. (arXiv preprint) Introduction Or

WentongLi 207 Dec 24, 2022
一键翻译各类图片内文字

一键翻译各类图片内文字 针对群内、各个图站上大量不太可能会有人去翻译的图片设计,让我这种日语小白能够勉强看懂图片 主要支持日语,不过也能识别汉语和小写英文 支持简单的涂白和嵌字

574 Dec 28, 2022
一款基于Qt与OpenCV的仿真数字示波器

一款基于Qt与OpenCV的仿真数字示波器

郭赟 4 Nov 02, 2022
This repository contains the code for the paper "SCANimate: Weakly Supervised Learning of Skinned Clothed Avatar Networks"

SCANimate: Weakly Supervised Learning of Skinned Clothed Avatar Networks (CVPR 2021 Oral) This repository contains the official PyTorch implementation

Shunsuke Saito 235 Dec 18, 2022