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
Scan the MRZ code of a passport and extract the firstname, lastname, passport number, nationality, date of birth, expiration date and personal numer.

PassportScanner Works with 2 and 3 line identity documents. What is this With PassportScanner you can use your camera to scan the MRZ code of a passpo

Edwin Vermeer 441 Dec 24, 2022
WACV 2022 Paper - Is An Image Worth Five Sentences? A New Look into Semantics for Image-Text Matching

Is An Image Worth Five Sentences? A New Look into Semantics for Image-Text Matching Code based on our WACV 2022 Accepted Paper: https://arxiv.org/pdf/

Andres 13 Dec 17, 2022
Handwritten Text Recognition (HTR) system implemented with TensorFlow.

Handwritten Text Recognition with TensorFlow Update 2021: more robust model, faster dataloader, word beam search decoder also available for Windows Up

Harald Scheidl 1.5k Jan 07, 2023
Primary QPDF source code and documentation

QPDF QPDF is a command-line tool and C++ library that performs content-preserving transformations on PDF files. It supports linearization, encryption,

QPDF 2.2k Jan 04, 2023
CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras

简介 基于Tensorflow和Keras实现端到端的不定长中文字符检测和识别 文本检测:CTPN 文本识别:DenseNet + CTC 环境部署 sh setup.sh 注:CPU环境执行前需注释掉for gpu部分,并解开for cpu部分的注释 Demo 将测试图片放入test_images

Yang Chenguang 2.6k Dec 29, 2022
Implementation of EAST scene text detector in Keras

EAST: An Efficient and Accurate Scene Text Detector This is a Keras implementation of EAST based on a Tensorflow implementation made by argman. The or

Jan Zdenek 208 Nov 15, 2022
Code for the head detector (HeadHunter) proposed in our CVPR 2021 paper Tracking Pedestrian Heads in Dense Crowd.

Head Detector Code for the head detector (HeadHunter) proposed in our CVPR 2021 paper Tracking Pedestrian Heads in Dense Crowd. The head_detection mod

Ramana Subramanyam 76 Dec 06, 2022
A curated list of promising OCR resources

Call for contributor(paper summary,dataset generation,algorithm implementation and any other useful resources) awesome-ocr A curated list of promising

wanghaisheng 1.6k Jan 04, 2023
Morphological edge detection or object's boundary detection using erosion and dialation in OpenCV python

Morphologycal-edge-detection-using-erosion-and-dialation the task is to detect object boundary using erosion or dialation . Here, use the kernel or st

Tamzid hasan 3 Nov 25, 2022
A document scanner application for laptops/desktops developed using python, Tkinter and OpenCV.

DcoumentScanner A document scanner application for laptops/desktops developed using python, Tkinter and OpenCV. Directly install the .exe file to inst

Harsh Vardhan Singh 1 Oct 29, 2021
Text to QR-CODE

QR CODE GENERATO USING PYTHON Author : RAFIK BOUDALIA. Installation Use the package manager pip to install foobar. pip install pyqrcode Usage from tki

Rafik Boudalia 2 Oct 13, 2021
[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
OCR, Scene-Text-Understanding, Text Recognition

Scene-Text-Understanding Survey [2015-PAMI] Text Detection and Recognition in Imagery: A Survey paper [2014-Front.Comput.Sci] Scene Text Detection and

Alan Tang 354 Dec 12, 2022
EQFace: An implementation of EQFace: A Simple Explicit Quality Network for Face Recognition

EQFace: A Simple Explicit Quality Network for Face Recognition The first face recognition network that generates explicit face quality online.

DeepCam Shenzhen 141 Dec 31, 2022
Kornia is a open source differentiable computer vision library for PyTorch.

Open Source Differentiable Computer Vision Library

kornia 7.6k Jan 06, 2023
Code for the paper "DewarpNet: Single-Image Document Unwarping With Stacked 3D and 2D Regression Networks" (ICCV '19)

DewarpNet This repository contains the codes for DewarpNet training. Recent Updates [May, 2020] Added evaluation images and an important note about Ma

<a href=[email protected]"> 354 Jan 01, 2023
Indonesian ID Card OCR using tesseract OCR

KTP OCR Indonesian ID Card OCR using tesseract OCR KTP OCR is python-flask with tesseract web application to convert Indonesian ID Card to text / JSON

Revan Muhammad Dafa 5 Dec 06, 2021
DouZero is a reinforcement learning framework for DouDizhu - 斗地主AI

[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning | 斗地主AI

Kwai 3.1k Jan 05, 2023
Multi-Oriented Scene Text Detection via Corner Localization and Region Segmentation

This is the official implementation of "Multi-Oriented Scene Text Detection via Corner Localization and Region Segmentation". For more details, please

Pengyuan Lyu 309 Dec 06, 2022
Handwriting Recognition System based on a deep Convolutional Recurrent Neural Network architecture

Handwriting Recognition System This repository is the Tensorflow implementation of the Handwriting Recognition System described in Handwriting Recogni

Edgard Chammas 346 Jan 07, 2023