Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.css" type="text/css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis-network.min.js"> </script>
<center>
<h1></h1>
</center>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<style type="text/css">
#mynetwork {
width: 500px;
height: 500px;
background-color: #ffffff;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 500px;
height: 500px;
background-color:rgba(200,200,200,0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity:1;
}
#bar {
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
margin:auto auto auto auto;
border-radius:11px;
border:2px solid rgba(30,30,30,0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}
#border {
position:absolute;
top:10px;
left:10px;
width:500px;
height:23px;
margin:auto auto auto auto;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:10px;
}
#text {
position:absolute;
top:8px;
left:530px;
width:30px;
height:50px;
margin:auto auto auto auto;
font-size:22px;
color: #000000;
}
div.outerBorder {
position:relative;
top:400px;
width:600px;
height:44px;
margin:auto auto auto auto;
border:8px solid rgba(0,0,0,0.1);
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-radius:72px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
#config {
float: left;
width: 400px;
height: 600px;
}
</style>
</head>
<body>
<div id = "mynetwork"></div>
<div id="loadingBar">
<div class="outerBorder">
<div id="text">0%</div>
<div id="border">
<div id="bar"></div>
</div>
</div>
</div>
<div id = "config"></div>
<script type="text/javascript">
// initialize global variables.
var edges;
var nodes;
var network;
var container;
var options, data;
// This method is responsible for drawing the graph, returns the drawn network
function drawGraph() {
var container = document.getElementById('mynetwork');
// parsing and collecting nodes and edges from the python
nodes = new vis.DataSet([{"authors": "Z Zou, Z Shi, Y Guo, J Ye", "cited_by": 629, "cited_by_url": "https://scholar.google.com/scholar?cites=1195754158484278880\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1195754158484278880", "label": "Object detection in 20 years: A survey", "shape": "dot", "size": 10, "title": "Object detection in 20 years: A survey", "url": "https://arxiv.org/abs/1905.05055", "year": "2019"}, {"authors": "L Liu, W Ouyang, X Wang, P Fieguth, J Chen\u2026", "cited_by": 1384, "cited_by_url": "https://scholar.google.com/scholar?cites=2846334625875347669\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2846334625875347669", "label": "Deep learning for generic object detection: A survey", "shape": "dot", "size": 10, "title": "Deep learning for generic object detection: A survey", "url": "https://link.springer.com/article/10.1007/s11263-019-01247-4", "year": "2020"}, {"authors": "P Zhou, B Ni, C Geng, J Hu\u2026", "cited_by": 250, "cited_by_url": "https://scholar.google.com/scholar?cites=14842674417993046386\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14842674417993046386", "label": "Scale-transferrable object detection", "shape": "dot", "size": 10, "title": "Scale-transferrable object detection", "url": "http://openaccess.thecvf.com/content_cvpr_2018/html/Zhou_Scale-Transferrable_Object_Detection_CVPR_2018_paper.html", "year": "2018"}, {"authors": "P Hu, D Ramanan", "cited_by": 730, "cited_by_url": "https://scholar.google.com/scholar?cites=5935623751055355825\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5935623751055355825", "label": "Finding tiny faces", "shape": "dot", "size": 10, "title": "Finding tiny faces", "url": "http://openaccess.thecvf.com/content_cvpr_2017/html/Hu_Finding_Tiny_Faces_CVPR_2017_paper.html", "year": "2017"}, {"authors": "J Gu, Z Wang, J Kuen, L Ma, A Shahroudy, B Shuai\u2026", "cited_by": 2608, "cited_by_url": "https://scholar.google.com/scholar?cites=6545447824154534971\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6545447824154534971", "label": "Recent advances in convolutional neural networks", "shape": "dot", "size": 10, "title": "Recent advances in convolutional neural networks", "url": "https://www.sciencedirect.com/science/article/pii/S0031320317304120", "year": "2018"}, {"authors": "L Jiao, F Zhang, F Liu, S Yang, L Li, Z Feng\u2026", "cited_by": 533, "cited_by_url": "https://scholar.google.com/scholar?cites=5669364687087032958\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5669364687087032958", "label": "A survey of deep learning-based object detection", "shape": "dot", "size": 10, "title": "A survey of deep learning-based object detection", "url": "https://ieeexplore.ieee.org/abstract/document/8825470/", "year": "2019"}, {"authors": "G Ghiasi, TY Lin, QV Le", "cited_by": 735, "cited_by_url": "https://scholar.google.com/scholar?cites=17367410418412289203\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17367410418412289203", "label": "Nas-fpn: Learning scalable feature pyramid architecture for object detection", "shape": "dot", "size": 10, "title": "Nas-fpn: Learning scalable feature pyramid architecture for object detection", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Ghiasi_NAS-FPN_Learning_Scalable_Feature_Pyramid_Architecture_for_Object_Detection_CVPR_2019_paper.html", "year": "2019"}, {"authors": "Q Zhao, T Sheng, Y Wang, Z Tang, Y Chen\u2026", "cited_by": 461, "cited_by_url": "https://scholar.google.com/scholar?cites=13359963855282714219\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13359963855282714219", "label": "M2det: A single-shot object detector based on multi-level feature pyramid network", "shape": "dot", "size": 10, "title": "M2det: A single-shot object detector based on multi-level feature pyramid network", "url": "https://ojs.aaai.org/index.php/AAAI/article/view/4962", "year": "2019"}, {"authors": "X Zhu, H Hu, S Lin, J Dai", "cited_by": 804, "cited_by_url": "https://scholar.google.com/scholar?cites=7168214980579319728\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7168214980579319728", "label": "Deformable convnets v2: More deformable, better results", "shape": "dot", "size": 10, "title": "Deformable convnets v2: More deformable, better results", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Zhu_Deformable_ConvNets_V2_More_Deformable_Better_Results_CVPR_2019_paper.html", "year": "2019"}, {"authors": "J Pang, K Chen, J Shi, H Feng\u2026", "cited_by": 660, "cited_by_url": "https://scholar.google.com/scholar?cites=13559955005752027345\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13559955005752027345", "label": "Libra r-cnn: Towards balanced learning for object detection", "shape": "dot", "size": 10, "title": "Libra r-cnn: Towards balanced learning for object detection", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Pang_Libra_R-CNN_Towards_Balanced_Learning_for_Object_Detection_CVPR_2019_paper.html", "year": "2019"}, {"authors": "X Wu, D Sahoo, SCH Hoi", "cited_by": 295, "cited_by_url": "https://scholar.google.com/scholar?cites=11408603882397693774\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11408603882397693774", "label": "Recent advances in deep learning for object detection", "shape": "dot", "size": 10, "title": "Recent advances in deep learning for object detection", "url": "https://www.sciencedirect.com/science/article/pii/S0925231220301430", "year": "2020"}, {"authors": "ZQ Zhao, P Zheng, S Xu, X Wu", "cited_by": 2316, "cited_by_url": "https://scholar.google.com/scholar?cites=13346469121565650680\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13346469121565650680", "label": "Object detection with deep learning: A review", "shape": "dot", "size": 10, "title": "Object detection with deep learning: A review", "url": "https://ieeexplore.ieee.org/abstract/document/8627998/", "year": "2019"}, {"authors": "L Alzubaidi, J Zhang, AJ Humaidi, A Al-Dujaili\u2026", "cited_by": 278, "cited_by_url": "https://scholar.google.com/scholar?cites=8136644755673586417\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8136644755673586417", "label": "Review of deep learning: Concepts, CNN architectures, challenges, applications, future directions", "shape": "dot", "size": 10, "title": "Review of deep learning: Concepts, CNN architectures, challenges, applications, future directions", "url": "https://link.springer.com/article/10.1186/s40537-021-00444-8", "year": "2021"}, {"authors": "J Wang, K Sun, T Cheng, B Jiang\u2026", "cited_by": 918, "cited_by_url": "https://scholar.google.com/scholar?cites=15505711795824202735\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15505711795824202735", "label": "Deep high-resolution representation learning for visual recognition", "shape": "dot", "size": 10, "title": "Deep high-resolution representation learning for visual recognition", "url": "https://ieeexplore.ieee.org/abstract/document/9052469/", "year": "2020"}, {"authors": "T Hoeser, C Kuenzer", "cited_by": 113, "cited_by_url": "https://scholar.google.com/scholar?cites=16601259166110264431\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16601259166110264431", "label": "Object detection and image segmentation with deep learning on earth observation data: A review-part i: Evolution and recent trends", "shape": "dot", "size": 10, "title": "Object detection and image segmentation with deep learning on earth observation data: A review-part i: Evolution and recent trends", "url": "https://www.mdpi.com/723500", "year": "2020"}, {"authors": "K Tong, Y Wu, F Zhou", "cited_by": 114, "cited_by_url": "https://scholar.google.com/scholar?cites=17642928594905005472\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17642928594905005472", "label": "Recent advances in small object detection based on deep learning: A review", "shape": "dot", "size": 10, "title": "Recent advances in small object detection based on deep learning: A review", "url": "https://www.sciencedirect.com/science/article/pii/S0262885620300421", "year": "2020"}, {"authors": "P Adarsh, P Rathi, M Kumar", "cited_by": 104, "cited_by_url": "https://scholar.google.com/scholar?cites=12435210238474843309\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12435210238474843309", "label": "YOLO v3-Tiny: Object Detection and Recognition using one stage improved model", "shape": "dot", "size": 10, "title": "YOLO v3-Tiny: Object Detection and Recognition using one stage improved model", "url": "https://ieeexplore.ieee.org/abstract/document/9074315/", "year": "2020"}, {"authors": "P Bateni, R Goyal, V Masrani\u2026", "cited_by": 70, "cited_by_url": "https://scholar.google.com/scholar?cites=10179566061976639313\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10179566061976639313", "label": "Improved few-shot visual classification", "shape": "dot", "size": 10, "title": "Improved few-shot visual classification", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Bateni_Improved_Few-Shot_Visual_Classification_CVPR_2020_paper.html", "year": "2020"}, {"authors": "A Kumar, TK Marks, W Mou, Y Wang\u2026", "cited_by": 59, "cited_by_url": "https://scholar.google.com/scholar?cites=10496106229213355393\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10496106229213355393", "label": "LUVLi Face Alignment: Estimating Landmarks\u0027 Location, Uncertainty, and Visibility Likelihood", "shape": "dot", "size": 10, "title": "LUVLi Face Alignment: Estimating Landmarks\u0027 Location, Uncertainty, and Visibility Likelihood", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Kumar_LUVLi_Face_Alignment_Estimating_Landmarks_Location_Uncertainty_and_Visibility_Likelihood_CVPR_2020_paper.html", "year": "2020"}, {"authors": "JP Queralta, J Taipalmaa, BC Pullinen, VK Sarker\u2026", "cited_by": 65, "cited_by_url": "https://scholar.google.com/scholar?cites=5559195703472982509\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5559195703472982509", "label": "Collaborative multi-robot search and rescue: Planning, coordination, perception, and active vision", "shape": "dot", "size": 10, "title": "Collaborative multi-robot search and rescue: Planning, coordination, perception, and active vision", "url": "https://ieeexplore.ieee.org/abstract/document/9220149/", "year": "2020"}, {"authors": "E Meijering", "cited_by": 51, "cited_by_url": "https://scholar.google.com/scholar?cites=6929006081707924223\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6929006081707924223", "label": "A bird\u0027s-eye view of deep learning in bioimage analysis", "shape": "dot", "size": 10, "title": "A bird\u0027s-eye view of deep learning in bioimage analysis", "url": "https://www.sciencedirect.com/science/article/pii/S2001037020303561", "year": "2020"}, {"authors": "RI Hasan, SM Yusuf, L Alzubaidi", "cited_by": 46, "cited_by_url": "https://scholar.google.com/scholar?cites=2994117983880350781\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2994117983880350781", "label": "Review of the state of the art of deep learning for plant diseases: a broad analysis and discussion", "shape": "dot", "size": 10, "title": "Review of the state of the art of deep learning for plant diseases: a broad analysis and discussion", "url": "https://www.mdpi.com/845654", "year": "2020"}, {"authors": "K Oksuz, BC Cam, S Kalkan\u2026", "cited_by": 165, "cited_by_url": "https://scholar.google.com/scholar?cites=8762454778937977659\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8762454778937977659", "label": "Imbalance problems in object detection: A review", "shape": "dot", "size": 10, "title": "Imbalance problems in object detection: A review", "url": "https://ieeexplore.ieee.org/abstract/document/9042296/", "year": "2020"}, {"authors": "G Ghiasi, Y Cui, A Srinivas, R Qian\u2026", "cited_by": 164, "cited_by_url": "https://scholar.google.com/scholar?cites=2321980635951558135\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2321980635951558135", "label": "Simple copy-paste is a strong data augmentation method for instance segmentation", "shape": "dot", "size": 10, "title": "Simple copy-paste is a strong data augmentation method for instance segmentation", "url": "http://openaccess.thecvf.com/content/CVPR2021/html/Ghiasi_Simple_Copy-Paste_Is_a_Strong_Data_Augmentation_Method_for_Instance_CVPR_2021_paper.html", "year": "2021"}, {"authors": "S Qiao, LC Chen, A Yuille", "cited_by": 212, "cited_by_url": "https://scholar.google.com/scholar?cites=3466946125865762121\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3466946125865762121", "label": "Detectors: Detecting objects with recursive feature pyramid and switchable atrous convolution", "shape": "dot", "size": 10, "title": "Detectors: Detecting objects with recursive feature pyramid and switchable atrous convolution", "url": "http://openaccess.thecvf.com/content/CVPR2021/html/Qiao_DetectoRS_Detecting_Objects_With_Recursive_Feature_Pyramid_and_Switchable_Atrous_CVPR_2021_paper.html", "year": "2021"}, {"authors": "L Xiang, G Ding, J Han", "cited_by": 57, "cited_by_url": "https://scholar.google.com/scholar?cites=10072224309423455263\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10072224309423455263", "label": "Learning from multiple experts: Self-paced knowledge distillation for long-tailed classification", "shape": "dot", "size": 10, "title": "Learning from multiple experts: Self-paced knowledge distillation for long-tailed classification", "url": "https://link.springer.com/chapter/10.1007/978-3-030-58558-7_15", "year": "2020"}, {"authors": "ND Nguyen, T Do, TD Ngo, DD Le", "cited_by": 62, "cited_by_url": "https://scholar.google.com/scholar?cites=9316980701966772208\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9316980701966772208", "label": "An evaluation of deep learning methods for small object detection", "shape": "dot", "size": 10, "title": "An evaluation of deep learning methods for small object detection", "url": "https://www.hindawi.com/journals/jece/2020/3189691/", "year": "2020"}, {"authors": "E Ben-Baruch, T Ridnik, N Zamir, A Noy\u2026", "cited_by": 54, "cited_by_url": "https://scholar.google.com/scholar?cites=14439068122437787179\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14439068122437787179", "label": "Asymmetric loss for multi-label classification", "shape": "dot", "size": 10, "title": "Asymmetric loss for multi-label classification", "url": "https://arxiv.org/abs/2009.14119", "year": "2020"}, {"authors": "Y Liu, P Sun, N Wergeles, Y Shang", "cited_by": 51, "cited_by_url": "https://scholar.google.com/scholar?cites=17430652832439326106\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17430652832439326106", "label": "A survey and performance evaluation of deep learning methods for small object detection", "shape": "dot", "size": 10, "title": "A survey and performance evaluation of deep learning methods for small object detection", "url": "https://www.sciencedirect.com/science/article/pii/S0957417421000439", "year": "2021"}, {"authors": "X Hu, Y Jiang, K Tang, J Chen\u2026", "cited_by": 30, "cited_by_url": "https://scholar.google.com/scholar?cites=14793983145216247407\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14793983145216247407", "label": "Learning to segment the tail", "shape": "dot", "size": 10, "title": "Learning to segment the tail", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Hu_Learning_to_Segment_the_Tail_CVPR_2020_paper.html", "year": "2020"}, {"authors": "Z Zhu, G Han, G Jia, L Shu", "cited_by": 22, "cited_by_url": "https://scholar.google.com/scholar?cites=3624318114873004077\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3624318114873004077", "label": "Modified densenet for automatic fabric defect detection with edge computing for minimizing latency", "shape": "dot", "size": 10, "title": "Modified densenet for automatic fabric defect detection with edge computing for minimizing latency", "url": "https://ieeexplore.ieee.org/abstract/document/9046283/", "year": "2020"}, {"authors": "K Zhou, L Chen, X Cao", "cited_by": 21, "cited_by_url": "https://scholar.google.com/scholar?cites=16938297042857904132\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16938297042857904132", "label": "Improving multispectral pedestrian detection by addressing modality imbalance problems", "shape": "dot", "size": 10, "title": "Improving multispectral pedestrian detection by addressing modality imbalance problems", "url": "https://link.springer.com/chapter/10.1007/978-3-030-58523-5_46", "year": "2020"}, {"authors": "N Mo, L Yan", "cited_by": 18, "cited_by_url": "https://scholar.google.com/scholar?cites=840237793122078529\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "840237793122078529", "label": "Improved faster RCNN based on feature amplification and oversampling data augmentation for oriented vehicle detection in aerial images", "shape": "dot", "size": 10, "title": "Improved faster RCNN based on feature amplification and oversampling data augmentation for oriented vehicle detection in aerial images", "url": "https://www.mdpi.com/793180", "year": "2020"}, {"authors": "C YuanQiang, D Du, L Zhang, L Wen, W Wang\u2026", "cited_by": 16, "cited_by_url": "https://scholar.google.com/scholar?cites=6807580557613269052\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6807580557613269052", "label": "Guided attention network for object detection and counting on drones", "shape": "dot", "size": 10, "title": "Guided attention network for object detection and counting on drones", "url": "https://dl.acm.org/doi/abs/10.1145/3394171.3413816", "year": "2020"}, {"authors": "M Jiang, X Fan, H Yan", "cited_by": 117, "cited_by_url": "https://scholar.google.com/scholar?cites=13232569269492817842\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13232569269492817842", "label": "Retinamask: A face mask detector", "shape": "dot", "size": 10, "title": "Retinamask: A face mask detector", "url": "https://arxiv.org/abs/2005.03950", "year": "2020"}, {"authors": "MM Rahman, MMH Manik, MM Islam\u2026", "cited_by": 77, "cited_by_url": "https://scholar.google.com/scholar?cites=18013697011494859055\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "18013697011494859055", "label": "An automated system to limit COVID-19 using facial mask detection in smart city network", "shape": "dot", "size": 10, "title": "An automated system to limit COVID-19 using facial mask detection in smart city network", "url": "https://ieeexplore.ieee.org/abstract/document/9216386/", "year": "2020"}, {"authors": "M Inamdar, N Mehendale", "cited_by": 36, "cited_by_url": "https://scholar.google.com/scholar?cites=14885456143957942270\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14885456143957942270", "label": "Real-time face mask identification using facemasknet deep learning network", "shape": "dot", "size": 10, "title": "Real-time face mask identification using facemasknet deep learning network", "url": "https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3663305", "year": "2020"}, {"authors": "A Das, MW Ansari, R Basak", "cited_by": 51, "cited_by_url": "https://scholar.google.com/scholar?cites=11954963361636635351\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11954963361636635351", "label": "Covid-19 face mask detection using TensorFlow, Keras and OpenCV", "shape": "dot", "size": 10, "title": "Covid-19 face mask detection using TensorFlow, Keras and OpenCV", "url": "https://ieeexplore.ieee.org/abstract/document/9342585/", "year": "2020"}, {"authors": "AS Joshi, SS Joshi, G Kanahasabai\u2026", "cited_by": 37, "cited_by_url": "https://scholar.google.com/scholar?cites=9646958621030011440\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9646958621030011440", "label": "Deep learning framework to detect face masks from video footage", "shape": "dot", "size": 10, "title": "Deep learning framework to detect face masks from video footage", "url": "https://ieeexplore.ieee.org/abstract/document/9242625/", "year": "2020"}, {"authors": "B Batagelj, P Peer, V \u0160truc, S Dobri\u0161ek", "cited_by": 30, "cited_by_url": "https://scholar.google.com/scholar?cites=9879715432913572859\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9879715432913572859", "label": "How to correctly detect face-masks for covid-19 from visual information?", "shape": "dot", "size": 10, "title": "How to correctly detect face-masks for covid-19 from visual information?", "url": "https://www.mdpi.com/1012714", "year": "2021"}, {"authors": "GTS Draughon, P Sun, JP Lynch", "cited_by": 20, "cited_by_url": "https://scholar.google.com/scholar?cites=18189685427147869889\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "18189685427147869889", "label": "Implementation of a computer vision framework for tracking and visualizing face mask usage in urban environments", "shape": "dot", "size": 10, "title": "Implementation of a computer vision framework for tracking and visualizing face mask usage in urban environments", "url": "https://ieeexplore.ieee.org/abstract/document/9239012/", "year": "2020"}, {"authors": "D Montero, M Nieto, P Leskovsky, N Aginako", "cited_by": 19, "cited_by_url": "https://scholar.google.com/scholar?cites=10629912749912013501\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10629912749912013501", "label": "Boosting masked face recognition with multi-task arcface", "shape": "dot", "size": 10, "title": "Boosting masked face recognition with multi-task arcface", "url": "https://arxiv.org/abs/2104.09874", "year": "2021"}, {"authors": "B Wang, Y Zhao, CLP Chen", "cited_by": 17, "cited_by_url": "https://scholar.google.com/scholar?cites=1045469837506679849\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1045469837506679849", "label": "Hybrid transfer learning and broad learning system for wearing mask detection in the covid-19 era", "shape": "dot", "size": 10, "title": "Hybrid transfer learning and broad learning system for wearing mask detection in the covid-19 era", "url": "https://ieeexplore.ieee.org/abstract/document/9389794/", "year": "2021"}, {"authors": "X Jiang, T Gao, Z Zhu, Y Zhao", "cited_by": 21, "cited_by_url": "https://scholar.google.com/scholar?cites=14163003192753029307\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14163003192753029307", "label": "Real-time face mask detection method based on YOLOv3", "shape": "dot", "size": 10, "title": "Real-time face mask detection method based on YOLOv3", "url": "https://www.mdpi.com/1056462", "year": "2021"}, {"authors": "SK Dey, A Howlader, C Deb", "cited_by": 16, "cited_by_url": "https://scholar.google.com/scholar?cites=3747662455123042884\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3747662455123042884", "label": "MobileNet mask: a multi-phase face mask detection model to prevent person-to-person transmission of SARS-CoV-2", "shape": "dot", "size": 10, "title": "MobileNet mask: a multi-phase face mask detection model to prevent person-to-person transmission of SARS-CoV-2", "url": "https://link.springer.com/chapter/10.1007/978-981-33-4673-4_49", "year": "2021"}, {"authors": "MT Pham, L Courtrai, C Friguet, S Lef\u00e8vre, A Baussard", "cited_by": 37, "cited_by_url": "https://scholar.google.com/scholar?cites=10470249154218137945\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10470249154218137945", "label": "YOLO-Fine: One-stage detector of small objects under various backgrounds in remote sensing images", "shape": "dot", "size": 10, "title": "YOLO-Fine: One-stage detector of small objects under various backgrounds in remote sensing images", "url": "https://www.mdpi.com/788978", "year": "2020"}, {"authors": "L Courtrai, MT Pham, S Lef\u00e8vre", "cited_by": 24, "cited_by_url": "https://scholar.google.com/scholar?cites=1280397762654141495\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1280397762654141495", "label": "Small object detection in remote sensing images based on super-resolution with auxiliary generative adversarial networks", "shape": "dot", "size": 10, "title": "Small object detection in remote sensing images based on super-resolution with auxiliary generative adversarial networks", "url": "https://www.mdpi.com/839630", "year": "2020"}, {"authors": "V Pham, C Pham, T Dang", "cited_by": 25, "cited_by_url": "https://scholar.google.com/scholar?cites=16684403906104879628\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16684403906104879628", "label": "Road damage detection and classification with detectron2 and faster r-cnn", "shape": "dot", "size": 10, "title": "Road damage detection and classification with detectron2 and faster r-cnn", "url": "https://ieeexplore.ieee.org/abstract/document/9378027/", "year": "2020"}, {"authors": "S Oh, A Chang, A Ashapure, J Jung, N Dube\u2026", "cited_by": 17, "cited_by_url": "https://scholar.google.com/scholar?cites=7789443268757978619\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7789443268757978619", "label": "Plant counting of cotton from UAS imagery using deep learning-based object detection framework", "shape": "dot", "size": 10, "title": "Plant counting of cotton from UAS imagery using deep learning-based object detection framework", "url": "https://www.mdpi.com/826258", "year": "2020"}, {"authors": "P Sun, Y Zheng, Z Zhou, W Xu, Q Ren", "cited_by": 11, "cited_by_url": "https://scholar.google.com/scholar?cites=9077311114353176507\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9077311114353176507", "label": "R4 Det: Refined single-stage detector with feature recursion and refinement for rotating object detection in aerial images", "shape": "dot", "size": 10, "title": "R4 Det: Refined single-stage detector with feature recursion and refinement for rotating object detection in aerial images", "url": "https://www.sciencedirect.com/science/article/pii/S0262885620301682", "year": "2020"}, {"authors": "SM Marvasti-Zadeh, J Khaghani\u2026", "cited_by": 10, "cited_by_url": "https://scholar.google.com/scholar?cites=16583775698399356649\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16583775698399356649", "label": "COMET: context-aware IoU-guided network for small object tracking", "shape": "dot", "size": 10, "title": "COMET: context-aware IoU-guided network for small object tracking", "url": "https://openaccess.thecvf.com/content/ACCV2020/html/Marvasti-Zadeh_COMET_Context-Aware_IoU-Guided_Network_for_Small_Object_Tracking_ACCV_2020_paper.html", "year": "2020"}, {"authors": "W Li, D Wang, M Li, Y Gao, J Wu, X Yang", "cited_by": 10, "cited_by_url": "https://scholar.google.com/scholar?cites=12961659068318297164\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12961659068318297164", "label": "Field detection of tiny pests from sticky trap images using deep learning in agricultural greenhouse", "shape": "dot", "size": 10, "title": "Field detection of tiny pests from sticky trap images using deep learning in agricultural greenhouse", "url": "https://www.sciencedirect.com/science/article/pii/S0168169921000661", "year": "2021"}, {"authors": "M Kraft, M Piechocki, B Ptak, K Walas", "cited_by": 11, "cited_by_url": "https://scholar.google.com/scholar?cites=6897858680399954297\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6897858680399954297", "label": "Autonomous, onboard vision-based trash and litter detection in low altitude aerial images collected by an unmanned aerial vehicle", "shape": "dot", "size": 10, "title": "Autonomous, onboard vision-based trash and litter detection in low altitude aerial images collected by an unmanned aerial vehicle", "url": "https://www.mdpi.com/1020800", "year": "2021"}, {"authors": "SD Khan, S Basalamah", "cited_by": 8, "cited_by_url": "https://scholar.google.com/scholar?cites=15035189298365994312\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15035189298365994312", "label": "Scale and density invariant head detection deep model for crowd counting in pedestrian crowds", "shape": "dot", "size": 10, "title": "Scale and density invariant head detection deep model for crowd counting in pedestrian crowds", "url": "https://link.springer.com/article/10.1007/s00371-020-01974-7", "year": "2021"}, {"authors": "D Yang, E Yurtsever, V Renganathan, KA Redmill\u2026", "cited_by": 95, "cited_by_url": "https://scholar.google.com/scholar?cites=16799196534333096171\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16799196534333096171", "label": "A vision-based social distancing and critical density detection system for COVID-19", "shape": "dot", "size": 10, "title": "A vision-based social distancing and critical density detection system for COVID-19", "url": "https://www.mdpi.com/1177782", "year": "2021"}, {"authors": "I Ahmed, M Ahmad, JJPC Rodrigues, G Jeon\u2026", "cited_by": 113, "cited_by_url": "https://scholar.google.com/scholar?cites=16979547781746410241\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16979547781746410241", "label": "A deep learning-based social distance monitoring framework for COVID-19", "shape": "dot", "size": 10, "title": "A deep learning-based social distance monitoring framework for COVID-19", "url": "https://www.sciencedirect.com/science/article/pii/S2210670720307897", "year": "2021"}, {"authors": "M Rezaei, M Azarmi", "cited_by": 91, "cited_by_url": "https://scholar.google.com/scholar?cites=12262835944335888935\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12262835944335888935", "label": "Deepsocial: Social distancing monitoring and infection risk assessment in covid-19 pandemic", "shape": "dot", "size": 10, "title": "Deepsocial: Social distancing monitoring and infection risk assessment in covid-19 pandemic", "url": "https://www.mdpi.com/869388", "year": "2020"}, {"authors": "M Tayarani", "cited_by": 89, "cited_by_url": "https://scholar.google.com/scholar?cites=9635103693298735337\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9635103693298735337", "label": "Applications of artificial intelligence in battling against covid-19: A literature review", "shape": "dot", "size": 10, "title": "Applications of artificial intelligence in battling against covid-19: A literature review", "url": "http://uhra.herts.ac.uk/handle/2299/23440", "year": "2020"}, {"authors": "S Abousamra, M Hoai, D Samaras, C Chen", "cited_by": 19, "cited_by_url": "https://scholar.google.com/scholar?cites=7079657839834504063\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7079657839834504063", "label": "Localization in the crowd with topological constraints", "shape": "dot", "size": 10, "title": "Localization in the crowd with topological constraints", "url": "https://www.aaai.org/AAAI21Papers/AAAI-10019.AbousamraS.pdf", "year": "2021"}, {"authors": "J Su, X He, L Qing, T Niu, Y Cheng, Y Peng", "cited_by": 15, "cited_by_url": "https://scholar.google.com/scholar?cites=12178565428257329118\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12178565428257329118", "label": "A novel social distancing analysis in urban public space: A new online spatio-temporal trajectory approach", "shape": "dot", "size": 10, "title": "A novel social distancing analysis in urban public space: A new online spatio-temporal trajectory approach", "url": "https://www.sciencedirect.com/science/article/pii/S221067072100055X", "year": "2021"}, {"authors": "Z Shao, G Cheng, J Ma, Z Wang\u2026", "cited_by": 22, "cited_by_url": "https://scholar.google.com/scholar?cites=7089145873377109519\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7089145873377109519", "label": "Real-time and accurate UAV pedestrian detection for social distancing monitoring in COVID-19 pandemic", "shape": "dot", "size": 10, "title": "Real-time and accurate UAV pedestrian detection for social distancing monitoring in COVID-19 pandemic", "url": "https://ieeexplore.ieee.org/abstract/document/9417704/", "year": "2021"}, {"authors": "P Somaldo, FA Ferdiansyah, G Jati\u2026", "cited_by": 11, "cited_by_url": "https://scholar.google.com/scholar?cites=5864603879144393543\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5864603879144393543", "label": "Developing smart COVID-19 social distancing surveillance drone using YOLO implemented in robot operating system simulation environment", "shape": "dot", "size": 10, "title": "Developing smart COVID-19 social distancing surveillance drone using YOLO implemented in robot operating system simulation environment", "url": "https://ieeexplore.ieee.org/abstract/document/9357040/", "year": "2020"}, {"authors": "T Ikram, A Saeed, NU Ayn, MA Tahir\u2026", "cited_by": 6, "cited_by_url": "https://scholar.google.com/scholar?cites=16753065509704500720\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16753065509704500720", "label": "A review of the prevalent ICT techniques used for COVID-19 SOP violation detection", "shape": "dot", "size": 10, "title": "A review of the prevalent ICT techniques used for COVID-19 SOP violation detection", "url": "https://ieeexplore.ieee.org/abstract/document/9322821/", "year": "2020"}, {"authors": "S Stirapongsasuti, K Thonglek, S Misaki\u2026", "cited_by": 5, "cited_by_url": "https://scholar.google.com/scholar?cites=10366375289760268366\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10366375289760268366", "label": "A nudge-based smart system for hand hygiene promotion in private organizations", "shape": "dot", "size": 10, "title": "A nudge-based smart system for hand hygiene promotion in private organizations", "url": "https://dl.acm.org/doi/abs/10.1145/3384419.3430595", "year": "2020"}, {"authors": "AV Le, B Ramalingam, BF G\u00f3mez, RE Mohan\u2026", "cited_by": 5, "cited_by_url": "https://scholar.google.com/scholar?cites=12509137742032013959\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12509137742032013959", "label": "Social density monitoring toward selective cleaning by human support robot with 3D based perception system", "shape": "dot", "size": 10, "title": "Social density monitoring toward selective cleaning by human support robot with 3D based perception system", "url": "https://ieeexplore.ieee.org/abstract/document/9374447/", "year": "2021"}, {"authors": "J Yang, C Wang, B Jiang, H Song\u2026", "cited_by": 84, "cited_by_url": "https://scholar.google.com/scholar?cites=2671239973210042807\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2671239973210042807", "label": "Visual perception enabled industry intelligence: state of the art, challenges and prospects", "shape": "dot", "size": 10, "title": "Visual perception enabled industry intelligence: state of the art, challenges and prospects", "url": "https://ieeexplore.ieee.org/abstract/document/9106415/", "year": "2020"}, {"authors": "E Yurtsever, J Lambert, A Carballo, K Takeda", "cited_by": 469, "cited_by_url": "https://scholar.google.com/scholar?cites=11317456985294514291\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11317456985294514291", "label": "A Survey of Autonomous Driving: Common Practices and Emerging Technologies", "shape": "dot", "size": 10, "title": "A Survey of Autonomous Driving: Common Practices and Emerging Technologies", "url": "https://ieeexplore.ieee.org/abstract/document/9046805/", "year": "2020"}, {"authors": "Y Li, J Yang", "cited_by": 41, "cited_by_url": "https://scholar.google.com/scholar?cites=552767314610408525\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "552767314610408525", "label": "Meta-learning baselines and database for few-shot classification in agriculture", "shape": "dot", "size": 10, "title": "Meta-learning baselines and database for few-shot classification in agriculture", "url": "https://www.sciencedirect.com/science/article/pii/S0168169921000739", "year": "2021"}, {"authors": "Y Li, X Chao", "cited_by": 27, "cited_by_url": "https://scholar.google.com/scholar?cites=14283054141232362690\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14283054141232362690", "label": "Semi-supervised few-shot learning approach for plant diseases recognition", "shape": "dot", "size": 10, "title": "Semi-supervised few-shot learning approach for plant diseases recognition", "url": "https://link.springer.com/article/10.1186/s13007-021-00770-1", "year": "2021"}, {"authors": "M Wo\u017aniak, J Si\u0142ka, M Wieczorek", "cited_by": 29, "cited_by_url": "https://scholar.google.com/scholar?cites=1453318310062828008\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1453318310062828008", "label": "Deep neural network correlation learning mechanism for CT brain tumor detection", "shape": "dot", "size": 10, "title": "Deep neural network correlation learning mechanism for CT brain tumor detection", "url": "https://link.springer.com/article/10.1007/s00521-021-05841-x", "year": "2021"}, {"authors": "S Wang, X Liu, S Liu, K Muhammad\u2026", "cited_by": 14, "cited_by_url": "https://scholar.google.com/scholar?cites=17071542914843849194\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17071542914843849194", "label": "Human short-long term cognitive memory mechanism for visual monitoring in IoT-assisted smart cities", "shape": "dot", "size": 10, "title": "Human short-long term cognitive memory mechanism for visual monitoring in IoT-assisted smart cities", "url": "https://ieeexplore.ieee.org/abstract/document/9424141/", "year": "2021"}, {"authors": "S Niu, Y Hu, J Wang, Y Liu\u2026", "cited_by": 12, "cited_by_url": "https://scholar.google.com/scholar?cites=12002366968595023870\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12002366968595023870", "label": "Feature-based distant domain transfer learning", "shape": "dot", "size": 10, "title": "Feature-based distant domain transfer learning", "url": "https://ieeexplore.ieee.org/abstract/document/9378493/", "year": "2020"}, {"authors": "J Yang, Z Bian, Y Zhao, W Lu\u2026", "cited_by": 7, "cited_by_url": "https://scholar.google.com/scholar?cites=8929523607697480060\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8929523607697480060", "label": "Full-reference quality assessment for screen content images based on the concept of global-guidance and local-adjustment", "shape": "dot", "size": 10, "title": "Full-reference quality assessment for screen content images based on the concept of global-guidance and local-adjustment", "url": "https://ieeexplore.ieee.org/abstract/document/9380453/", "year": "2021"}, {"authors": "Y Yang, Z Zhang, W Mao, Y Li, C Lv", "cited_by": 13, "cited_by_url": "https://scholar.google.com/scholar?cites=1825533401460816744\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1825533401460816744", "label": "Radar target recognition based on few-shot learning", "shape": "dot", "size": 10, "title": "Radar target recognition based on few-shot learning", "url": "https://link.springer.com/article/10.1007/s00530-021-00832-3", "year": "2021"}, {"authors": "X Chao, L Zhang", "cited_by": 10, "cited_by_url": "https://scholar.google.com/scholar?cites=8902408817503051173\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8902408817503051173", "label": "Few-shot imbalanced classification based on data augmentation", "shape": "dot", "size": 10, "title": "Few-shot imbalanced classification based on data augmentation", "url": "https://link.springer.com/article/10.1007/s00530-021-00827-0", "year": "2021"}, {"authors": "T Yuan, W Da Rocha, CE Rothenberg\u2026", "cited_by": 9, "cited_by_url": "https://scholar.google.com/scholar?cites=4939732799087060688\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4939732799087060688", "label": "Machine learning for next\u2010generation intelligent transportation systems: A survey", "shape": "dot", "size": 10, "title": "Machine learning for next\u2010generation intelligent transportation systems: A survey", "url": "https://onlinelibrary.wiley.com/doi/abs/10.1002/ett.4427", "year": "2019"}, {"authors": "MJH Pantho, P Bhowmik, C Bobda", "cited_by": 5, "cited_by_url": "https://scholar.google.com/scholar?cites=15824222622114115640\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15824222622114115640", "label": "Towards an Efficient CNN inference architecture enabling in-sensor processing", "shape": "dot", "size": 10, "title": "Towards an Efficient CNN inference architecture enabling in-sensor processing", "url": "https://www.mdpi.com/1424-8220/21/6/1955", "year": "2021"}, {"authors": "R Padilla, WL Passos, TLB Dias, SL Netto\u2026", "cited_by": 92, "cited_by_url": "https://scholar.google.com/scholar?cites=8384042348747306199\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8384042348747306199", "label": "A comparative analysis of object detection metrics with a companion open-source toolkit", "shape": "dot", "size": 10, "title": "A comparative analysis of object detection metrics with a companion open-source toolkit", "url": "https://www.mdpi.com/2079-9292/10/3/279", "year": "2021"}, {"authors": "R Padilla, SL Netto, EAB Da Silva", "cited_by": 244, "cited_by_url": "https://scholar.google.com/scholar?cites=7658252996672799137\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7658252996672799137", "label": "A survey on performance metrics for object-detection algorithms", "shape": "dot", "size": 10, "title": "A survey on performance metrics for object-detection algorithms", "url": "https://ieeexplore.ieee.org/abstract/document/9145130/", "year": "2020"}, {"authors": "J Zhang, G Cosma, J Watkins", "cited_by": 6, "cited_by_url": "https://scholar.google.com/scholar?cites=11615093438474933795\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11615093438474933795", "label": "Image enhanced mask R-CNN: A deep learning pipeline with new evaluation measures for wind turbine blade defect detection and classification", "shape": "dot", "size": 10, "title": "Image enhanced mask R-CNN: A deep learning pipeline with new evaluation measures for wind turbine blade defect detection and classification", "url": "https://www.mdpi.com/1021070", "year": "2021"}, {"authors": "DQ da Silva, FN Dos Santos, AJ Sousa, V Filipe", "cited_by": 6, "cited_by_url": "https://scholar.google.com/scholar?cites=10749380444834213395\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10749380444834213395", "label": "Visible and Thermal Image-Based Trunk Detection with Deep Learning for Forestry Mobile Robotics", "shape": "dot", "size": 10, "title": "Visible and Thermal Image-Based Trunk Detection with Deep Learning for Forestry Mobile Robotics", "url": "https://www.mdpi.com/1257648", "year": "2021"}, {"authors": "R Pilipovi\u0107, V Risojevi\u0107, J Bo\u017ei\u010d, P Buli\u0107, U Lotri\u010d", "cited_by": 2, "cited_by_url": "https://scholar.google.com/scholar?cites=10364896567323153204\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10364896567323153204", "label": "An Approximate GEMM Unit for Energy-Efficient Object Detection", "shape": "dot", "size": 10, "title": "An Approximate GEMM Unit for Energy-Efficient Object Detection", "url": "https://www.mdpi.com/1424-8220/21/12/4195", "year": "2021"}, {"authors": "X Chen, Y Liu, K Achuthan", "cited_by": 5, "cited_by_url": "https://scholar.google.com/scholar?cites=9812945742330180651\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9812945742330180651", "label": "WODIS: Water Obstacle Detection Network Based on Image Segmentation for Autonomous Surface Vehicles in Maritime Environments", "shape": "dot", "size": 10, "title": "WODIS: Water Obstacle Detection Network Based on Image Segmentation for Autonomous Surface Vehicles in Maritime Environments", "url": "https://ieeexplore.ieee.org/abstract/document/9464268/", "year": "2021"}, {"authors": "J Salido, V Lomas, J Ruiz-Santaquiteria, O Deniz", "cited_by": 2, "cited_by_url": "https://scholar.google.com/scholar?cites=9267220652417815532\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9267220652417815532", "label": "Automatic handgun detection with deep learning in video surveillance images", "shape": "dot", "size": 10, "title": "Automatic handgun detection with deep learning in video surveillance images", "url": "https://www.mdpi.com/1171510", "year": "2021"}, {"authors": "S Wenkel, K Alhazmi, T Liiv, S Alrshoud, M Simon", "cited_by": 4, "cited_by_url": "https://scholar.google.com/scholar?cites=3175561385815325856\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3175561385815325856", "label": "Confidence score: the forgotten dimension of object detection performance evaluation", "shape": "dot", "size": 10, "title": "Confidence score: the forgotten dimension of object detection performance evaluation", "url": "https://www.mdpi.com/1424-8220/21/13/4350", "year": "2021"}, {"authors": "DG Lema, OD Pedrayes, R Usamentiaga, DF Garc\u00eda\u2026", "cited_by": 2, "cited_by_url": "https://scholar.google.com/scholar?cites=16296741971462257251\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16296741971462257251", "label": "Cost-performance evaluation of a recognition service of livestock activity using aerial images", "shape": "dot", "size": 10, "title": "Cost-performance evaluation of a recognition service of livestock activity using aerial images", "url": "https://www.mdpi.com/2072-4292/13/12/2318", "year": "2021"}, {"authors": "J Chazalon, E Carlinet", "cited_by": 1, "cited_by_url": "https://scholar.google.com/scholar?cites=15487163985970082064\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15487163985970082064", "label": "Revisiting the coco panoptic metric to enable visual and qualitative analysis of historical map instance segmentation", "shape": "dot", "size": 10, "title": "Revisiting the coco panoptic metric to enable visual and qualitative analysis of historical map instance segmentation", "url": "https://link.springer.com/chapter/10.1007/978-3-030-86337-1_25", "year": "2021"}, {"authors": "O Sahin, S Ozer", "cited_by": 1, "cited_by_url": "https://scholar.google.com/scholar?cites=11714383663794082718\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11714383663794082718", "label": "YOLODrone: Improved YOLO Architecture for Object Detection in Drone Images", "shape": "dot", "size": 10, "title": "YOLODrone: Improved YOLO Architecture for Object Detection in Drone Images", "url": "https://ieeexplore.ieee.org/abstract/document/9522653/", "year": "2021"}, {"authors": "SH Klippstein, F Heiny, N Pashikanti, M Gessler\u2026", "cited_by": 1, "cited_by_url": "https://scholar.google.com/scholar?cites=5612279345836826118\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5612279345836826118", "label": "Powder Spread Process Monitoring in Polymer Laser Sintering and its Influences on Part Properties", "shape": "dot", "size": 10, "title": "Powder Spread Process Monitoring in Polymer Laser Sintering and its Influences on Part Properties", "url": "https://link.springer.com/article/10.1007/s11837-021-05042-w", "year": "2022"}, {"authors": "Q Wang, S Bi, M Sun, Y Wang, D Wang, S Yang", "cited_by": 77, "cited_by_url": "https://scholar.google.com/scholar?cites=7054146701570989126\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7054146701570989126", "label": "Deep learning approach to peripheral leukocyte recognition", "shape": "dot", "size": 10, "title": "Deep learning approach to peripheral leukocyte recognition", "url": "https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0218808", "year": "2019"}, {"authors": "N Radakovich, M Nagy, A Nazha", "cited_by": 35, "cited_by_url": "https://scholar.google.com/scholar?cites=1195671630306546271\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1195671630306546271", "label": "Machine learning in haematological malignancies", "shape": "dot", "size": 10, "title": "Machine learning in haematological malignancies", "url": "https://www.sciencedirect.com/science/article/pii/S2352302620301216", "year": "2020"}, {"authors": "M Yildirim, AC Cinar", "cited_by": 34, "cited_by_url": "https://scholar.google.com/scholar?cites=3418490634878141618\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3418490634878141618", "label": "Classification of White Blood Cells by Deep Learning Methods for Diagnosing Disease.", "shape": "dot", "size": 10, "title": "Classification of White Blood Cells by Deep Learning Methods for Diagnosing Disease.", "url": "https://www.researchgate.net/profile/Ahmet-Cinar-9/publication/338078606_Classification_of_White_Blood_Cells_by_Deep_Learning_Methods_for_Diagnosing_Disease/links/5ed695fe299bf1c67d34b7c6/Classification-of-White-Blood-Cells-by-Deep-Learning-Methods-for-Diagnosing-Disease.pdf", "year": "2019"}, {"authors": "N Radakovich, M Nagy, A Nazha", "cited_by": 19, "cited_by_url": "https://scholar.google.com/scholar?cites=2742464519233302910\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2742464519233302910", "label": "Artificial intelligence in hematology: current challenges and opportunities", "shape": "dot", "size": 10, "title": "Artificial intelligence in hematology: current challenges and opportunities", "url": "https://link.springer.com/article/10.1007/s11899-020-00575-4", "year": "2020"}, {"authors": "K Sirinukunwattana, A Aberdeen, H Theissen\u2026", "cited_by": 15, "cited_by_url": "https://scholar.google.com/scholar?cites=12291315319461080687\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12291315319461080687", "label": "Artificial intelligence\u2013based morphological fingerprinting of megakaryocytes: a new tool for assessing disease in MPN patients", "shape": "dot", "size": 10, "title": "Artificial intelligence\u2013based morphological fingerprinting of megakaryocytes: a new tool for assessing disease in MPN patients", "url": "https://ashpublications.org/bloodadvances/article-abstract/4/14/3284/461548", "year": "2020"}, {"authors": "H El Achi, JD Khoury", "cited_by": 13, "cited_by_url": "https://scholar.google.com/scholar?cites=7420778344903534085\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7420778344903534085", "label": "Artificial intelligence and digital microscopy applications in diagnostic hematopathology", "shape": "dot", "size": 10, "title": "Artificial intelligence and digital microscopy applications in diagnostic hematopathology", "url": "https://www.mdpi.com/674682", "year": "2020"}, {"authors": "H Li, X Zhao, A Su, H Zhang, J Liu, G Gu", "cited_by": 15, "cited_by_url": "https://scholar.google.com/scholar?cites=4741375174051401312\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4741375174051401312", "label": "Color space transformation and multi-class weighted loss for adhesive white blood cell segmentation", "shape": "dot", "size": 10, "title": "Color space transformation and multi-class weighted loss for adhesive white blood cell segmentation", "url": "https://ieeexplore.ieee.org/abstract/document/8976089/", "year": "2020"}, {"authors": "A Bodzas, P Kodytek, J Zidek", "cited_by": 13, "cited_by_url": "https://scholar.google.com/scholar?cites=10117696859934607590\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10117696859934607590", "label": "Automated detection of acute lymphoblastic leukemia from microscopic images based on human visual perception", "shape": "dot", "size": 10, "title": "Automated detection of acute lymphoblastic leukemia from microscopic images based on human visual perception", "url": "https://www.frontiersin.org/articles/10.3389/fbioe.2020.01005/full", "year": "2020"}, {"authors": "V Kittichai, T Pengsakul, K Chumchuen, Y Samung\u2026", "cited_by": 13, "cited_by_url": "https://scholar.google.com/scholar?cites=16257125007005721090\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16257125007005721090", "label": "Deep learning approaches for challenging species and gender identification of mosquito vectors", "shape": "dot", "size": 10, "title": "Deep learning approaches for challenging species and gender identification of mosquito vectors", "url": "https://www.nature.com/articles/s41598-021-84219-4", "year": "2021"}, {"authors": "MR Reena, PM Ameer", "cited_by": 13, "cited_by_url": "https://scholar.google.com/scholar?cites=14003972032952746409\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14003972032952746409", "label": "Localization and recognition of leukocytes in peripheral blood: A deep learning approach", "shape": "dot", "size": 10, "title": "Localization and recognition of leukocytes in peripheral blood: A deep learning approach", "url": "https://www.sciencedirect.com/science/article/pii/S0010482520303656", "year": "2020"}, {"authors": "P Memmolo, P Carcagn\u00ec, V Bianco, F Merola\u2026", "cited_by": 11, "cited_by_url": "https://scholar.google.com/scholar?cites=12718612302648141821\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12718612302648141821", "label": "Learning diatoms classification from a dry test slide by holographic microscopy", "shape": "dot", "size": 10, "title": "Learning diatoms classification from a dry test slide by holographic microscopy", "url": "https://www.mdpi.com/882742", "year": "2020"}, {"authors": "G Du, K Wang, S Lian, K Zhao", "cited_by": 77, "cited_by_url": "https://scholar.google.com/scholar?cites=12527627239009594881\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12527627239009594881", "label": "Vision-based robotic grasping from object localization, object pose estimation to grasp estimatio...", "shape": "dot", "size": 10, "title": "Vision-based robotic grasping from object localization, object pose estimation to grasp estimatio...", "url": "https://link.springer.com/article/10.1007/s10462-020-09888-5", "year": "2021"}, {"authors": "S Garg, N S\u00fcnderhauf, F Dayoub\u2026", "cited_by": 36, "cited_by_url": "https://scholar.google.com/scholar?cites=11761391412545705571\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11761391412545705571", "label": "Semantics for robotic mapping, perception and interaction: A survey", "shape": "dot", "size": 10, "title": "Semantics for robotic mapping, perception and interaction: A survey", "url": "https://www.nowpublishers.com/article/Details/ROB-059", "year": "2020"}, {"authors": "S Grigorescu, B Trasnea, T Cocias\u2026", "cited_by": 486, "cited_by_url": "https://scholar.google.com/scholar?cites=17325452893759607893\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17325452893759607893", "label": "A survey of deep learning techniques for autonomous driving", "shape": "dot", "size": 10, "title": "A survey of deep learning techniques for autonomous driving", "url": "https://onlinelibrary.wiley.com/doi/abs/10.1002/rob.21918", "year": "2020"}, {"authors": "MQ Mohammed, KL Chung, CS Chyi", "cited_by": 26, "cited_by_url": "https://scholar.google.com/scholar?cites=10143084153599932168\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10143084153599932168", "label": "Review of deep reinforcement learning-based object grasping: Techniques, open challenges, and recommendations", "shape": "dot", "size": 10, "title": "Review of deep reinforcement learning-based object grasping: Techniques, open challenges, and recommendations", "url": "https://ieeexplore.ieee.org/abstract/document/9210095/", "year": "2020"}, {"authors": "M Sundermeyer, A Mousavian\u2026", "cited_by": 25, "cited_by_url": "https://scholar.google.com/scholar?cites=7435707566181754125\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7435707566181754125", "label": "Contact-graspnet: Efficient 6-dof grasp generation in cluttered scenes", "shape": "dot", "size": 10, "title": "Contact-graspnet: Efficient 6-dof grasp generation in cluttered scenes", "url": "https://ieeexplore.ieee.org/abstract/document/9561877/", "year": "2021"}, {"authors": "M Gou, HS Fang, Z Zhu, S Xu\u2026", "cited_by": 9, "cited_by_url": "https://scholar.google.com/scholar?cites=15700004550966708665\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15700004550966708665", "label": "Rgb matters: Learning 7-dof grasp poses on monocular rgbd images", "shape": "dot", "size": 10, "title": "Rgb matters: Learning 7-dof grasp poses on monocular rgbd images", "url": "https://ieeexplore.ieee.org/abstract/document/9561409/", "year": "2021"}, {"authors": "B Tipary, G Erd\u0151s", "cited_by": 7, "cited_by_url": "https://scholar.google.com/scholar?cites=8717075962179547401\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8717075962179547401", "label": "Generic development methodology for flexible robotic pick-and-place workcells based on Digital Twin", "shape": "dot", "size": 10, "title": "Generic development methodology for flexible robotic pick-and-place workcells based on Digital Twin", "url": "https://www.sciencedirect.com/science/article/pii/S0736584521000259", "year": "2021"}, {"authors": "S Katyara, F Ficuciello, DG Caldwell\u2026", "cited_by": 2, "cited_by_url": "https://scholar.google.com/scholar?cites=14375518132457720114\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14375518132457720114", "label": "Leveraging kernelized synergies on shared subspace for precision grasping and dexterous manipulation", "shape": "dot", "size": 10, "title": "Leveraging kernelized synergies on shared subspace for precision grasping and dexterous manipulation", "url": "https://ieeexplore.ieee.org/abstract/document/9530247/", "year": "2021"}, {"authors": "P Dolezel, D Stursa, D Kopecky, J Jecha", "cited_by": 2, "cited_by_url": "https://scholar.google.com/scholar?cites=9911095835354622174\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9911095835354622174", "label": "Memory efficient grasping point detection of nontrivial objects", "shape": "dot", "size": 10, "title": "Memory efficient grasping point detection of nontrivial objects", "url": "https://ieeexplore.ieee.org/abstract/document/9446869/", "year": "2021"}, {"authors": "F von Drigalski, K Hayashi, Y Huang\u2026", "cited_by": 3, "cited_by_url": "https://scholar.google.com/scholar?cites=12874840625081252386\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12874840625081252386", "label": "Precise Multi-Modal In-Hand Pose Estimation using Low-Precision Sensors for Robotic Assembly", "shape": "dot", "size": 10, "title": "Precise Multi-Modal In-Hand Pose Estimation using Low-Precision Sensors for Robotic Assembly", "url": "https://ieeexplore.ieee.org/abstract/document/9561222/", "year": "2021"}, {"authors": "H Sekkat, S Tigani, R Saadane, A Chehri", "cited_by": 1, "cited_by_url": "https://scholar.google.com/scholar?cites=15969142205145727296\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15969142205145727296", "label": "Vision-Based Robotic Arm Control Algorithm Using Deep Reinforcement Learning for Autonomous Objects Grasping", "shape": "dot", "size": 10, "title": "Vision-Based Robotic Arm Control Algorithm Using Deep Reinforcement Learning for Autonomous Objects Grasping", "url": "https://www.mdpi.com/2076-3417/11/17/7917", "year": "2021"}, {"authors": "MR Pervez, MH Ahamed, MA Ahmed, SM Takrim\u2026", "cited_by": 1, "cited_by_url": "https://scholar.google.com/scholar?cites=1074026165522989770\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1074026165522989770", "label": "Autonomous grinding algorithms with future prospect towards SMART manufacturing: A comparative survey", "shape": "dot", "size": 10, "title": "Autonomous grinding algorithms with future prospect towards SMART manufacturing: A comparative survey", "url": "https://www.sciencedirect.com/science/article/pii/S0278612521002399", "year": "2022"}, {"authors": "MR Ibrahim, J Haworth, T Cheng", "cited_by": 43, "cited_by_url": "https://scholar.google.com/scholar?cites=10103603420263590884\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10103603420263590884", "label": "Understanding cities with machine eyes: A review of deep computer vision in urban analytics", "shape": "dot", "size": 10, "title": "Understanding cities with machine eyes: A review of deep computer vision in urban analytics", "url": "https://www.sciencedirect.com/science/article/pii/S0264275119308443", "year": "2020"}, {"authors": "MQ Huang, J Nini\u0107, QB Zhang", "cited_by": 56, "cited_by_url": "https://scholar.google.com/scholar?cites=15534063541188502804\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15534063541188502804", "label": "BIM, machine learning and computer vision techniques in underground construction: Current status and future perspectives", "shape": "dot", "size": 10, "title": "BIM, machine learning and computer vision techniques in underground construction: Current status and future perspectives", "url": "https://www.sciencedirect.com/science/article/pii/S0886779820306313", "year": "2021"}, {"authors": "S Agarwal, NS Punn, SK Sonbhadra, M Tanveer\u2026", "cited_by": 33, "cited_by_url": "https://scholar.google.com/scholar?cites=11406284579179846537\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11406284579179846537", "label": "Unleashing the power of disruptive and emerging technologies amid COVID-19: A detailed review", "shape": "dot", "size": 10, "title": "Unleashing the power of disruptive and emerging technologies amid COVID-19: A detailed review", "url": "https://arxiv.org/abs/2005.11507", "year": "2020"}, {"authors": "Y Kang, F Zhang, S Gao, H Lin, Y Liu", "cited_by": 33, "cited_by_url": "https://scholar.google.com/scholar?cites=14578599420014174567\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14578599420014174567", "label": "A review of urban physical environment sensing using street view imagery in public health studies", "shape": "dot", "size": 10, "title": "A review of urban physical environment sensing using street view imagery in public health studies", "url": "https://www.tandfonline.com/doi/abs/10.1080/19475683.2020.1791954", "year": "2020"}, {"authors": "MR Ibrahim, J Haworth, T Cheng", "cited_by": 26, "cited_by_url": "https://scholar.google.com/scholar?cites=5865435651232685898\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5865435651232685898", "label": "WeatherNet: Recognising weather and visual conditions from street-level images using deep residual learning", "shape": "dot", "size": 10, "title": "WeatherNet: Recognising weather and visual conditions from street-level images using deep residual learning", "url": "https://www.mdpi.com/585522", "year": "2019"}, {"authors": "LA Courtenay, R Huguet, D Gonzalez-Aguilera\u2026", "cited_by": 16, "cited_by_url": "https://scholar.google.com/scholar?cites=3252482518883716857\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3252482518883716857", "label": "A hybrid geometric morphometric deep learning approach for cut and trampling mark classification", "shape": "dot", "size": 10, "title": "A hybrid geometric morphometric deep learning approach for cut and trampling mark classification", "url": "https://www.mdpi.com/602604", "year": "2019"}, {"authors": "M Wang, F Vermeulen", "cited_by": 17, "cited_by_url": "https://scholar.google.com/scholar?cites=10188036438345507012\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10188036438345507012", "label": "Life between buildings from a street view image: What do big data analytics reveal about neighbourhood organisational vitality?", "shape": "dot", "size": 10, "title": "Life between buildings from a street view image: What do big data analytics reveal about neighbourhood organisational vitality?", "url": "https://journals.sagepub.com/doi/abs/10.1177/0042098020957198", "year": "2021"}, {"authors": "S Ho\u017cy\u0144, J Zalewski", "cited_by": 7, "cited_by_url": "https://scholar.google.com/scholar?cites=7797231482057049909\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7797231482057049909", "label": "Shoreline Detection and Land Segmentation for Autonomous Surface Vehicle Navigation with the Use of an Optical System", "shape": "dot", "size": 10, "title": "Shoreline Detection and Land Segmentation for Autonomous Surface Vehicle Navigation with the Use of an Optical System", "url": "https://www.mdpi.com/716416", "year": "2020"}, {"authors": "F Biljecki, K Ito", "cited_by": 11, "cited_by_url": "https://scholar.google.com/scholar?cites=7972207844579841325\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7972207844579841325", "label": "Street view imagery in urban analytics and GIS: A review", "shape": "dot", "size": 10, "title": "Street view imagery in urban analytics and GIS: A review", "url": "https://www.sciencedirect.com/science/article/pii/S0169204621001808", "year": "2021"}, {"authors": "H Ammar, M Ibrahim, A Azar\u2026", "cited_by": 5, "cited_by_url": "https://scholar.google.com/scholar?cites=5253427357823671726\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5253427357823671726", "label": "Gray Wolf Optimization of Fractional Order Control of 3-Omni Wheels Mobile Robot: Experimental Study", "shape": "dot", "size": 10, "title": "Gray Wolf Optimization of Fractional Order Control of 3-Omni Wheels Mobile Robot: Experimental Study", "url": "https://ieeexplore.ieee.org/abstract/document/9357384/", "year": "2020"}, {"authors": "M Sukel, S Rudinac, M Worring", "cited_by": 4, "cited_by_url": "https://scholar.google.com/scholar?cites=10547028414842682416\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10547028414842682416", "label": "Urban Object Detection Kit: A System for Collection and Analysis of Street-Level Imagery", "shape": "dot", "size": 10, "title": "Urban Object Detection Kit: A System for Collection and Analysis of Street-Level Imagery", "url": "https://dl.acm.org/doi/abs/10.1145/3372278.3390708", "year": "2020"}, {"authors": "N Dalal, B Triggs", "cited_by": 39044, "cited_by_url": "https://scholar.google.com/scholar?cites=9829236786118231780\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9829236786118231780", "label": "Histograms of oriented gradients for human detection", "shape": "dot", "size": 10, "title": "Histograms of oriented gradients for human detection", "url": "https://ieeexplore.ieee.org/abstract/document/1467360/", "year": "2005"}, {"authors": "C Papageorgiou, T Poggio", "cited_by": 1805, "cited_by_url": "https://scholar.google.com/scholar?cites=18138281999452274831\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "18138281999452274831", "label": "A trainable system for object detection", "shape": "dot", "size": 10, "title": "A trainable system for object detection", "url": "https://link.springer.com/article/10.1023/A:1008162616689", "year": "2000"}, {"authors": "P Viola, MJ Jones, D Snow", "cited_by": 3246, "cited_by_url": "https://scholar.google.com/scholar?cites=788468503712308074\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "788468503712308074", "label": "Detecting pedestrians using patterns of motion and appearance", "shape": "dot", "size": 10, "title": "Detecting pedestrians using patterns of motion and appearance", "url": "https://link.springer.com/article/10.1007/s11263-005-6644-8", "year": "2005"}, {"authors": "TY Lin, P Goyal, R Girshick, K He\u2026", "cited_by": 12622, "cited_by_url": "https://scholar.google.com/scholar?cites=1010598353453664537\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1010598353453664537", "label": "Focal loss for dense object detection", "shape": "dot", "size": 10, "title": "Focal loss for dense object detection", "url": "http://openaccess.thecvf.com/content_iccv_2017/html/Lin_Focal_Loss_for_ICCV_2017_paper.html", "year": "2017"}, {"authors": "P Viola, M Jones", "cited_by": 24601, "cited_by_url": "https://scholar.google.com/scholar?cites=14513085955460666442\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14513085955460666442", "label": "Rapid object detection using a boosted cascade of simple features", "shape": "dot", "size": 10, "title": "Rapid object detection using a boosted cascade of simple features", "url": "https://ieeexplore.ieee.org/abstract/document/990517/", "year": "2001"}, {"authors": "J Redmon, S Divvala, R Girshick\u2026", "cited_by": 23515, "cited_by_url": "https://scholar.google.com/scholar?cites=6382612685700818764\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6382612685700818764", "label": "You only look once: Unified, real-time object detection", "shape": "dot", "size": 10, "title": "You only look once: Unified, real-time object detection", "url": "https://www.cv-foundation.org/openaccess/content_cvpr_2016/html/Redmon_You_Only_Look_CVPR_2016_paper.html", "year": "2016"}, {"authors": "S Bell, CL Zitnick, K Bala\u2026", "cited_by": 1190, "cited_by_url": "https://scholar.google.com/scholar?cites=17824096759436033262\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17824096759436033262", "label": "Inside-outside net: Detecting objects in context with skip pooling and recurrent neural networks", "shape": "dot", "size": 10, "title": "Inside-outside net: Detecting objects in context with skip pooling and recurrent neural networks", "url": "http://openaccess.thecvf.com/content_cvpr_2016/html/Bell_Inside-Outside_Net_Detecting_CVPR_2016_paper.html", "year": "2016"}, {"authors": "S Ren, K He, R Girshick, J Sun", "cited_by": 41590, "cited_by_url": "https://scholar.google.com/scholar?cites=16436232259506318906\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16436232259506318906", "label": "Faster r-cnn: Towards real-time object detection with region proposal networks", "shape": "dot", "size": 10, "title": "Faster r-cnn: Towards real-time object detection with region proposal networks", "url": "https://proceedings.neurips.cc/paper/2015/hash/14bfa6bb14875e45bba028a21ed38046-Abstract.html", "year": "2015"}, {"authors": "R Girshick, J Donahue, T Darrell\u2026", "cited_by": 23079, "cited_by_url": "https://scholar.google.com/scholar?cites=3200512630481960501\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3200512630481960501", "label": "Rich feature hierarchies for accurate object detection and semantic segmentation", "shape": "dot", "size": 10, "title": "Rich feature hierarchies for accurate object detection and semantic segmentation", "url": "http://openaccess.thecvf.com/content_cvpr_2014/html/Girshick_Rich_Feature_Hierarchies_2014_CVPR_paper.html", "year": "2014"}, {"authors": "K He, X Zhang, S Ren, J Sun", "cited_by": 8127, "cited_by_url": "https://scholar.google.com/scholar?cites=15950430662967917123\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15950430662967917123", "label": "Spatial pyramid pooling in deep convolutional networks for visual recognition", "shape": "dot", "size": 10, "title": "Spatial pyramid pooling in deep convolutional networks for visual recognition", "url": "https://ieeexplore.ieee.org/abstract/document/7005506/", "year": "2015"}, {"authors": "J Dai, Y Li, K He, J Sun", "cited_by": 5015, "cited_by_url": "https://scholar.google.com/scholar?cites=14880935744314366653\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14880935744314366653", "label": "R-fcn: Object detection via region-based fully convolutional networks", "shape": "dot", "size": 10, "title": "R-fcn: Object detection via region-based fully convolutional networks", "url": "https://proceedings.neurips.cc/paper/2016/hash/577ef1154f3240ad5b9b413aa7346a1e-Abstract.html", "year": "2016"}, {"authors": "J Huang, V Rathod, C Sun, M Zhu\u2026", "cited_by": 2516, "cited_by_url": "https://scholar.google.com/scholar?cites=8642196741698958427\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8642196741698958427", "label": "Speed/accuracy trade-offs for modern convolutional object detectors", "shape": "dot", "size": 10, "title": "Speed/accuracy trade-offs for modern convolutional object detectors", "url": "http://openaccess.thecvf.com/content_cvpr_2017/html/Huang_SpeedAccuracy_Trade-Offs_for_CVPR_2017_paper.html", "year": "2017"}, {"authors": "TY Lin, M Maire, S Belongie, J Hays, P Perona\u2026", "cited_by": 23046, "cited_by_url": "https://scholar.google.com/scholar?cites=2812162232451729772\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2812162232451729772", "label": "Microsoft coco: Common objects in context", "shape": "dot", "size": 10, "title": "Microsoft coco: Common objects in context", "url": "https://link.springer.com/chapter/10.1007/978-3-319-10602-1_48", "year": "2014"}, {"authors": "P Dollar, C Wojek, B Schiele\u2026", "cited_by": 3409, "cited_by_url": "https://scholar.google.com/scholar?cites=4207019011256937364\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4207019011256937364", "label": "Pedestrian detection: An evaluation of the state of the art", "shape": "dot", "size": 10, "title": "Pedestrian detection: An evaluation of the state of the art", "url": "https://ieeexplore.ieee.org/abstract/document/5975165/", "year": "2011"}, {"authors": "PF Felzenszwalb, RB Girshick\u2026", "cited_by": 11370, "cited_by_url": "https://scholar.google.com/scholar?cites=7238143412997978498\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7238143412997978498", "label": "Object detection with discriminatively trained part-based models", "shape": "dot", "size": 10, "title": "Object detection with discriminatively trained part-based models", "url": "https://ieeexplore.ieee.org/abstract/document/5255236/", "year": "2009"}, {"authors": "CP Papageorgiou, M Oren\u2026", "cited_by": 2230, "cited_by_url": "https://scholar.google.com/scholar?cites=11568240110876012688\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11568240110876012688", "label": "A general framework for object detection", "shape": "dot", "size": 10, "title": "A general framework for object detection", "url": "https://ieeexplore.ieee.org/abstract/document/710772/", "year": "1998"}, {"authors": "P Viola, MJ Jones", "cited_by": 21790, "cited_by_url": "https://scholar.google.com/scholar?cites=16827133813978777214\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16827133813978777214", "label": "Robust real-time face detection", "shape": "dot", "size": 10, "title": "Robust real-time face detection", "url": "https://link.springer.com/article/10.1023/B:VISI.0000013087.49260.fb", "year": "2004"}, {"authors": "H Schneiderman, T Kanade", "cited_by": 1866, "cited_by_url": "https://scholar.google.com/scholar?cites=11702293275995576053\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11702293275995576053", "label": "A statistical method for 3D object detection applied to faces and cars", "shape": "dot", "size": 10, "title": "A statistical method for 3D object detection applied to faces and cars", "url": "https://ieeexplore.ieee.org/abstract/document/855895/", "year": "2000"}, {"authors": "C Szegedy, A Toshev, D Erhan", "cited_by": 1534, "cited_by_url": "https://scholar.google.com/scholar?cites=5329041543478510378\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5329041543478510378", "label": "Deep neural networks for object detection", "shape": "dot", "size": 10, "title": "Deep neural networks for object detection", "url": "https://proceedings.neurips.cc/paper/5207-deep-neural-networks-for-object-detection", "year": "2013"}, {"authors": "R Lienhart, J Maydt", "cited_by": 4556, "cited_by_url": "https://scholar.google.com/scholar?cites=6257339187875958697\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6257339187875958697", "label": "An extended set of haar-like features for rapid object detection", "shape": "dot", "size": 10, "title": "An extended set of haar-like features for rapid object detection", "url": "https://ieeexplore.ieee.org/abstract/document/1038171/", "year": "2002"}, {"authors": "M Everingham, L Van Gool, CKI Williams\u2026", "cited_by": 13922, "cited_by_url": "https://scholar.google.com/scholar?cites=2737532761291704147\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2737532761291704147", "label": "The pascal visual object classes (voc) challenge", "shape": "dot", "size": 10, "title": "The pascal visual object classes (voc) challenge", "url": "https://link.springer.com/article/10.1007/s11263-009-0275-4", "year": "2010"}, {"authors": "TY Lin, P Doll\u00e1r, R Girshick, K He\u2026", "cited_by": 11811, "cited_by_url": "https://scholar.google.com/scholar?cites=13353537855176955572\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13353537855176955572", "label": "Feature pyramid networks for object detection", "shape": "dot", "size": 10, "title": "Feature pyramid networks for object detection", "url": "http://openaccess.thecvf.com/content_cvpr_2017/html/Lin_Feature_Pyramid_Networks_CVPR_2017_paper.html", "year": "2017"}, {"authors": "P Doll\u00e1r, R Appel, S Belongie\u2026", "cited_by": 2067, "cited_by_url": "https://scholar.google.com/scholar?cites=3704695741778754409\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3704695741778754409", "label": "Fast feature pyramids for object detection", "shape": "dot", "size": 10, "title": "Fast feature pyramids for object detection", "url": "https://ieeexplore.ieee.org/abstract/document/6714453/", "year": "2014"}, {"authors": "G Bradski, A Kaehler", "cited_by": 8481, "cited_by_url": "https://scholar.google.com/scholar?cites=7315188380324614505\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7315188380324614505", "label": "Learning OpenCV: Computer vision with the OpenCV library", "shape": "dot", "size": 10, "title": "Learning OpenCV: Computer vision with the OpenCV library", "url": "https://books.google.com/books?hl=en\u0026lr=\u0026id=seAgiOfu2EIC\u0026oi=fnd\u0026pg=PR3\u0026ots=hVH9efeFRe\u0026sig=AOPayIpQEJA0LZZ2FFIXwL4uSu4", "year": "2008"}, {"authors": "A Geiger, P Lenz, R Urtasun", "cited_by": 8668, "cited_by_url": "https://scholar.google.com/scholar?cites=8516663519226803270\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8516663519226803270", "label": "Are we ready for autonomous driving? the kitti vision benchmark suite", "shape": "dot", "size": 10, "title": "Are we ready for autonomous driving? the kitti vision benchmark suite", "url": "https://ieeexplore.ieee.org/abstract/document/6248074/", "year": "2012"}, {"authors": "R Szeliski", "cited_by": 7066, "cited_by_url": "https://scholar.google.com/scholar?cites=16605107453260999726\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16605107453260999726", "label": "Computer vision: algorithms and applications", "shape": "dot", "size": 10, "title": "Computer vision: algorithms and applications", "url": "https://books.google.com/books?hl=en\u0026lr=\u0026id=bXzAlkODwa8C\u0026oi=fnd\u0026pg=PR4\u0026ots=g--bcYkEHJ\u0026sig=lrIyYNYQHSyVpAG-ZidQZJZiWnY", "year": "2010"}, {"authors": "MH Yang, DJ Kriegman, N Ahuja", "cited_by": 5785, "cited_by_url": "https://scholar.google.com/scholar?cites=14421155784017587770\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14421155784017587770", "label": "Detecting faces in images: A survey", "shape": "dot", "size": 10, "title": "Detecting faces in images: A survey", "url": "https://ieeexplore.ieee.org/abstract/document/982883/", "year": "2002"}, {"authors": "N Dalal, B Triggs, C Schmid", "cited_by": 2262, "cited_by_url": "https://scholar.google.com/scholar?cites=5778956960468012267\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5778956960468012267", "label": "Human detection using oriented histograms of flow and appearance", "shape": "dot", "size": 10, "title": "Human detection using oriented histograms of flow and appearance", "url": "https://link.springer.com/chapter/10.1007/11744047_33", "year": "2006"}, {"authors": "S Avidan", "cited_by": 1640, "cited_by_url": "https://scholar.google.com/scholar?cites=9560994943269177983\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9560994943269177983", "label": "Support vector tracking", "shape": "dot", "size": 10, "title": "Support vector tracking", "url": "https://ieeexplore.ieee.org/abstract/document/1307012/", "year": "2004"}, {"authors": "A Yilmaz, O Javed, M Shah", "cited_by": 6874, "cited_by_url": "https://scholar.google.com/scholar?cites=3717047639819497031\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3717047639819497031", "label": "Object tracking: A survey", "shape": "dot", "size": 10, "title": "Object tracking: A survey", "url": "https://dl.acm.org/doi/abs/10.1145/1177352.1177355", "year": "2006"}, {"authors": "SK Divvala, D Hoiem, JH Hays\u2026", "cited_by": 632, "cited_by_url": "https://scholar.google.com/scholar?cites=9844681532389826252\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9844681532389826252", "label": "An empirical study of context in object detection", "shape": "dot", "size": 10, "title": "An empirical study of context in object detection", "url": "https://ieeexplore.ieee.org/abstract/document/5206532/", "year": "2009"}, {"authors": "R Mur-Artal, JMM Montiel\u2026", "cited_by": 4952, "cited_by_url": "https://scholar.google.com/scholar?cites=4991506072918913408\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4991506072918913408", "label": "ORB-SLAM: a versatile and accurate monocular SLAM system", "shape": "dot", "size": 10, "title": "ORB-SLAM: a versatile and accurate monocular SLAM system", "url": "https://ieeexplore.ieee.org/abstract/document/7219438/", "year": "2015"}, {"authors": "M Danelljan, A Robinson, F Shahbaz Khan\u2026", "cited_by": 1572, "cited_by_url": "https://scholar.google.com/scholar?cites=8202800204845032663\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8202800204845032663", "label": "Beyond correlation filters: Learning continuous convolution operators for visual tracking", "shape": "dot", "size": 10, "title": "Beyond correlation filters: Learning continuous convolution operators for visual tracking", "url": "https://link.springer.com/chapter/10.1007/978-3-319-46454-1_29", "year": "2016"}, {"authors": "Y Hu, L Manikonda, S Kambhampati", "cited_by": 1206, "cited_by_url": "https://scholar.google.com/scholar?cites=2387923638366457345\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2387923638366457345", "label": "What we instagram: A first analysis of instagram photo content and user types", "shape": "dot", "size": 10, "title": "What we instagram: A first analysis of instagram photo content and user types", "url": "https://www.aaai.org/ocs/index.php/ICWSM/ICWSM14/paper/viewPaper/8118", "year": "2014"}, {"authors": "A Shafiee, A Nag, N Muralimanohar\u2026", "cited_by": 1232, "cited_by_url": "https://scholar.google.com/scholar?cites=8510186003792114621\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8510186003792114621", "label": "ISAAC: A convolutional neural network accelerator with in-situ analog arithmetic in crossbars", "shape": "dot", "size": 10, "title": "ISAAC: A convolutional neural network accelerator with in-situ analog arithmetic in crossbars", "url": "https://dl.acm.org/doi/abs/10.1145/3007787.3001139", "year": "2016"}, {"authors": "P Weinzaepfel, J Revaud\u2026", "cited_by": 1081, "cited_by_url": "https://scholar.google.com/scholar?cites=2209579584144969938\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2209579584144969938", "label": "DeepFlow: Large displacement optical flow with deep matching", "shape": "dot", "size": 10, "title": "DeepFlow: Large displacement optical flow with deep matching", "url": "http://openaccess.thecvf.com/content_iccv_2013/html/Weinzaepfel_DeepFlow_Large_Displacement_2013_ICCV_paper.html", "year": "2013"}, {"authors": "O Kupyn, V Budzan, M Mykhailych\u2026", "cited_by": 928, "cited_by_url": "https://scholar.google.com/scholar?cites=5089744073478166070\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5089744073478166070", "label": "Deblurgan: Blind motion deblurring using conditional adversarial networks", "shape": "dot", "size": 10, "title": "Deblurgan: Blind motion deblurring using conditional adversarial networks", "url": "http://openaccess.thecvf.com/content_cvpr_2018/html/Kupyn_DeblurGAN_Blind_Motion_CVPR_2018_paper.html", "year": "2018"}, {"authors": "E Bruni, NK Tran, M Baroni", "cited_by": 876, "cited_by_url": "https://scholar.google.com/scholar?cites=2560354352884158447\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2560354352884158447", "label": "Multimodal distributional semantics", "shape": "dot", "size": 10, "title": "Multimodal distributional semantics", "url": "https://www.jair.org/index.php/jair/article/view/10857", "year": "2014"}, {"authors": "C Steger, M Ulrich, C Wiedemann", "cited_by": 729, "cited_by_url": "https://scholar.google.com/scholar?cites=2601143677889020666\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2601143677889020666", "label": "Machine vision algorithms and applications", "shape": "dot", "size": 10, "title": "Machine vision algorithms and applications", "url": "https://books.google.com/books?hl=en\u0026lr=\u0026id=tppFDwAAQBAJ\u0026oi=fnd\u0026pg=PR19\u0026ots=onqKySpwJl\u0026sig=DNCKSxKX1DSrh6Qu_LeIYfmMfUw", "year": "2018"}, {"authors": "F Mancini, M Dubbini, M Gattelli, F Stecchi, S Fabbri\u2026", "cited_by": 730, "cited_by_url": "https://scholar.google.com/scholar?cites=10208805897820266915\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10208805897820266915", "label": "Using unmanned aerial vehicles (UAV) for high-resolution reconstruction of topography: The structure from motion approach on coastal environments", "shape": "dot", "size": 10, "title": "Using unmanned aerial vehicles (UAV) for high-resolution reconstruction of topography: The structure from motion approach on coastal environments", "url": "https://www.mdpi.com/62326", "year": "2013"}, {"authors": "X Zhou, C Yang, W Yu", "cited_by": 669, "cited_by_url": "https://scholar.google.com/scholar?cites=9807809681827839980\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9807809681827839980", "label": "Moving object detection by detecting contiguous outliers in the low-rank representation", "shape": "dot", "size": 10, "title": "Moving object detection by detecting contiguous outliers in the low-rank representation", "url": "https://ieeexplore.ieee.org/abstract/document/6216381/", "year": "2012"}, {"authors": "W Zhao, R Chellappa, PJ Phillips\u2026", "cited_by": 9156, "cited_by_url": "https://scholar.google.com/scholar?cites=10711491327992650634\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10711491327992650634", "label": "Face recognition: A literature survey", "shape": "dot", "size": 10, "title": "Face recognition: A literature survey", "url": "https://dl.acm.org/doi/abs/10.1145/954339.954342", "year": "2003"}, {"authors": "RL Hsu, M Abdel-Mottaleb\u2026", "cited_by": 3271, "cited_by_url": "https://scholar.google.com/scholar?cites=9899011425441799200\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9899011425441799200", "label": "Face detection in color images", "shape": "dot", "size": 10, "title": "Face detection in color images", "url": "https://ieeexplore.ieee.org/abstract/document/1000242/", "year": "2002"}, {"authors": "X Zhu, D Ramanan", "cited_by": 2734, "cited_by_url": "https://scholar.google.com/scholar?cites=4876235110904982186\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4876235110904982186", "label": "Face detection, pose estimation, and landmark localization in the wild", "shape": "dot", "size": 10, "title": "Face detection, pose estimation, and landmark localization in the wild", "url": "https://ieeexplore.ieee.org/abstract/document/6248014/", "year": "2012"}, {"authors": "MS Lew, N Sebe, C Djeraba, R Jain", "cited_by": 2167, "cited_by_url": "https://scholar.google.com/scholar?cites=12559216584042821206\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12559216584042821206", "label": "Content-based multimedia information retrieval: State of the art and challenges", "shape": "dot", "size": 10, "title": "Content-based multimedia information retrieval: State of the art and challenges", "url": "https://dl.acm.org/doi/abs/10.1145/1126004.1126005", "year": "2006"}, {"authors": "E Murphy-Chutorian, MM Trivedi", "cited_by": 1640, "cited_by_url": "https://scholar.google.com/scholar?cites=4986956118954962217\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4986956118954962217", "label": "Head pose estimation in computer vision: A survey", "shape": "dot", "size": 10, "title": "Head pose estimation in computer vision: A survey", "url": "https://ieeexplore.ieee.org/abstract/document/4497208/", "year": "2008"}, {"authors": "D Zoran, Y Weiss", "cited_by": 1397, "cited_by_url": "https://scholar.google.com/scholar?cites=18324326770181624526\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "18324326770181624526", "label": "From learning models of natural image patches to whole image restoration", "shape": "dot", "size": 10, "title": "From learning models of natural image patches to whole image restoration", "url": "https://ieeexplore.ieee.org/abstract/document/6126278/", "year": "2011"}, {"authors": "P Kakumanu, S Makrogiannis, N Bourbakis", "cited_by": 1311, "cited_by_url": "https://scholar.google.com/scholar?cites=2248015533228180487\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2248015533228180487", "label": "A survey of skin-color modeling and detection methods", "shape": "dot", "size": 10, "title": "A survey of skin-color modeling and detection methods", "url": "https://www.sciencedirect.com/science/article/pii/S0031320306002767", "year": "2007"}, {"authors": "M Enzweiler, DM Gavrila", "cited_by": 1553, "cited_by_url": "https://scholar.google.com/scholar?cites=13102571693752877975\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13102571693752877975", "label": "Monocular pedestrian detection: Survey and experiments", "shape": "dot", "size": 10, "title": "Monocular pedestrian detection: Survey and experiments", "url": "https://ieeexplore.ieee.org/abstract/document/4657363/", "year": "2008"}, {"authors": "Z Sun, G Bebis, R Miller", "cited_by": 1478, "cited_by_url": "https://scholar.google.com/scholar?cites=16432260874106793021\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16432260874106793021", "label": "On-road vehicle detection: A review", "shape": "dot", "size": 10, "title": "On-road vehicle detection: A review", "url": "https://ieeexplore.ieee.org/abstract/document/1608034/", "year": "2006"}, {"authors": "K Sun, Y Zhao, B Jiang, T Cheng, B Xiao, D Liu\u2026", "cited_by": 393, "cited_by_url": "https://scholar.google.com/scholar?cites=1545024244511440922\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1545024244511440922", "label": "High-resolution representations for labeling pixels and regions", "shape": "dot", "size": 10, "title": "High-resolution representations for labeling pixels and regions", "url": "https://arxiv.org/abs/1904.04514", "year": "2019"}, {"authors": "J Zhou, G Cui, S Hu, Z Zhang, C Yang, Z Liu, L Wang\u2026", "cited_by": 1860, "cited_by_url": "https://scholar.google.com/scholar?cites=2381021153585051804\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2381021153585051804", "label": "Graph neural networks: A review of methods and applications", "shape": "dot", "size": 10, "title": "Graph neural networks: A review of methods and applications", "url": "https://www.sciencedirect.com/science/article/pii/S2666651021000012", "year": "2020"}, {"authors": "H Hu, J Gu, Z Zhang, J Dai\u2026", "cited_by": 818, "cited_by_url": "https://scholar.google.com/scholar?cites=6312471696354344603\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6312471696354344603", "label": "Relation networks for object detection", "shape": "dot", "size": 10, "title": "Relation networks for object detection", "url": "http://openaccess.thecvf.com/content_cvpr_2018/html/Hu_Relation_Networks_for_CVPR_2018_paper.html", "year": "2018"}, {"authors": "A Kirillov, K He, R Girshick\u2026", "cited_by": 654, "cited_by_url": "https://scholar.google.com/scholar?cites=5074178277454044798\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5074178277454044798", "label": "Panoptic segmentation", "shape": "dot", "size": 10, "title": "Panoptic segmentation", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Kirillov_Panoptic_Segmentation_CVPR_2019_paper.html", "year": "2019"}, {"authors": "D Geronimo, AM Lopez, AD Sappa\u2026", "cited_by": 1264, "cited_by_url": "https://scholar.google.com/scholar?cites=10687874766661143040\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10687874766661143040", "label": "Survey of pedestrian detection for advanced driver assistance systems", "shape": "dot", "size": 10, "title": "Survey of pedestrian detection for advanced driver assistance systems", "url": "https://ieeexplore.ieee.org/abstract/document/5010438/", "year": "2009"}, {"authors": "Q Zhu, MC Yeh, KT Cheng\u2026", "cited_by": 2320, "cited_by_url": "https://scholar.google.com/scholar?cites=6187675037042091469\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6187675037042091469", "label": "Fast human detection using a cascade of histograms of oriented gradients", "shape": "dot", "size": 10, "title": "Fast human detection using a cascade of histograms of oriented gradients", "url": "https://ieeexplore.ieee.org/abstract/document/1640933/", "year": "2006"}, {"authors": "M Cordts, M Omran, S Ramos\u2026", "cited_by": 6934, "cited_by_url": "https://scholar.google.com/scholar?cites=1394466002617224745\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1394466002617224745", "label": "The cityscapes dataset for semantic urban scene understanding", "shape": "dot", "size": 10, "title": "The cityscapes dataset for semantic urban scene understanding", "url": "http://openaccess.thecvf.com/content_cvpr_2016/html/Cordts_The_Cityscapes_Dataset_CVPR_2016_paper.html", "year": "2016"}, {"authors": "R Mottaghi, X Chen, X Liu, NG Cho\u2026", "cited_by": 1051, "cited_by_url": "https://scholar.google.com/scholar?cites=14704700887325288423\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14704700887325288423", "label": "The role of context for object detection and semantic segmentation in the wild", "shape": "dot", "size": 10, "title": "The role of context for object detection and semantic segmentation in the wild", "url": "https://www.cv-foundation.org/openaccess/content_cvpr_2014/html/Mottaghi_The_Role_of_2014_CVPR_paper.html", "year": "2014"}, {"authors": "G Lin, C Shen, A Van Den Hengel\u2026", "cited_by": 970, "cited_by_url": "https://scholar.google.com/scholar?cites=14079239548452791512\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14079239548452791512", "label": "Efficient piecewise training of deep structured models for semantic segmentation", "shape": "dot", "size": 10, "title": "Efficient piecewise training of deep structured models for semantic segmentation", "url": "https://www.cv-foundation.org/openaccess/content_cvpr_2016/html/Lin_Efficient_Piecewise_Training_CVPR_2016_paper.html", "year": "2016"}, {"authors": "R Krishna, Y Zhu, O Groth, J Johnson, K Hata\u2026", "cited_by": 2794, "cited_by_url": "https://scholar.google.com/scholar?cites=12954392892899444253\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12954392892899444253", "label": "Visual genome: Connecting language and vision using crowdsourced dense image annotations", "shape": "dot", "size": 10, "title": "Visual genome: Connecting language and vision using crowdsourced dense image annotations", "url": "https://link.springer.com/article/10.1007/S11263-016-0981-7", "year": "2017"}, {"authors": "B Yao, L Fei-Fei", "cited_by": 687, "cited_by_url": "https://scholar.google.com/scholar?cites=8614939378492004519\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8614939378492004519", "label": "Modeling mutual context of object and human pose in human-object interaction activities", "shape": "dot", "size": 10, "title": "Modeling mutual context of object and human pose in human-object interaction activities", "url": "https://ieeexplore.ieee.org/abstract/document/5540235/", "year": "2010"}, {"authors": "Z Cai, Q Fan, RS Feris, N Vasconcelos", "cited_by": 1385, "cited_by_url": "https://scholar.google.com/scholar?cites=16810968307175371363\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16810968307175371363", "label": "A unified multi-scale deep convolutional neural network for fast object detection", "shape": "dot", "size": 10, "title": "A unified multi-scale deep convolutional neural network for fast object detection", "url": "https://link.springer.com/chapter/10.1007/978-3-319-46493-0_22", "year": "2016"}, {"authors": "H Caesar, V Bankiti, AH Lang, S Vora\u2026", "cited_by": 1323, "cited_by_url": "https://scholar.google.com/scholar?cites=5001044621269851763\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5001044621269851763", "label": "nuscenes: A multimodal dataset for autonomous driving", "shape": "dot", "size": 10, "title": "nuscenes: A multimodal dataset for autonomous driving", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Caesar_nuScenes_A_Multimodal_Dataset_for_Autonomous_Driving_CVPR_2020_paper.html", "year": "2020"}, {"authors": "L Zheng, Y Yang, AG Hauptmann", "cited_by": 1026, "cited_by_url": "https://scholar.google.com/scholar?cites=9876222444103058410\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9876222444103058410", "label": "Person re-identification: Past, present and future", "shape": "dot", "size": 10, "title": "Person re-identification: Past, present and future", "url": "https://arxiv.org/abs/1610.02984", "year": "2016"}, {"authors": "K Zhang, Z Zhang, Z Li, Y Qiao", "cited_by": 3649, "cited_by_url": "https://scholar.google.com/scholar?cites=7052413516264583113\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7052413516264583113", "label": "Joint face detection and alignment using multitask cascaded convolutional networks", "shape": "dot", "size": 10, "title": "Joint face detection and alignment using multitask cascaded convolutional networks", "url": "https://ieeexplore.ieee.org/abstract/document/7553523/", "year": "2016"}, {"authors": "X Wang, TX Han, S Yan", "cited_by": 2245, "cited_by_url": "https://scholar.google.com/scholar?cites=17538862825074055756\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17538862825074055756", "label": "An HOG-LBP human detector with partial occlusion handling", "shape": "dot", "size": 10, "title": "An HOG-LBP human detector with partial occlusion handling", "url": "https://ieeexplore.ieee.org/abstract/document/5459207/", "year": "2009"}, {"authors": "P Doll\u00e1r, Z Tu, P Perona, S Belongie", "cited_by": 1536, "cited_by_url": "https://scholar.google.com/scholar?cites=18430753386959324811\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "18430753386959324811", "label": "Integral channel features", "shape": "dot", "size": 10, "title": "Integral channel features", "url": "https://authors.library.caltech.edu/60048/", "year": "2009"}, {"authors": "O Tuzel, F Porikli, P Meer", "cited_by": 1133, "cited_by_url": "https://scholar.google.com/scholar?cites=11276499313874695608\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11276499313874695608", "label": "Pedestrian detection via classification on riemannian manifolds", "shape": "dot", "size": 10, "title": "Pedestrian detection via classification on riemannian manifolds", "url": "https://ieeexplore.ieee.org/abstract/document/4479482/", "year": "2008"}, {"authors": "A Vinciarelli, M Pantic, H Bourlard", "cited_by": 1102, "cited_by_url": "https://scholar.google.com/scholar?cites=9526211245399413118\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9526211245399413118", "label": "Social signal processing: Survey of an emerging domain", "shape": "dot", "size": 10, "title": "Social signal processing: Survey of an emerging domain", "url": "https://www.sciencedirect.com/science/article/pii/S0262885608002485", "year": "2009"}, {"authors": "P Doll\u00e1r, S Belongie, P Perona", "cited_by": 809, "cited_by_url": "https://scholar.google.com/scholar?cites=2183416398830752892\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2183416398830752892", "label": "The fastest pedestrian detector in the west", "shape": "dot", "size": 10, "title": "The fastest pedestrian detector in the west", "url": "https://authors.library.caltech.edu/94253/", "year": "2010"}, {"authors": "K Simonyan, A Zisserman", "cited_by": 6598, "cited_by_url": "https://scholar.google.com/scholar?cites=582514008712420788\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "582514008712420788", "label": "Two-stream convolutional networks for action recognition in videos", "shape": "dot", "size": 10, "title": "Two-stream convolutional networks for action recognition in videos", "url": "https://proceedings.neurips.cc/paper/2014/hash/00ec53c4682d36f5c4359f4ae7bd7ba1-Abstract.html", "year": "2014"}, {"authors": "L Wang, Y Qiao, X Tang", "cited_by": 3532, "cited_by_url": "https://scholar.google.com/scholar?cites=15595982405325185015\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15595982405325185015", "label": "Action recognition with trajectory-pooled deep-convolutional descriptors", "shape": "dot", "size": 10, "title": "Action recognition with trajectory-pooled deep-convolutional descriptors", "url": "https://www.cv-foundation.org/openaccess/content_cvpr_2015/html/Wang_Action_Recognition_With_2015_CVPR_paper.html", "year": "2015"}, {"authors": "TB Moeslund, A Hilton, V Kr\u00fcger", "cited_by": 3349, "cited_by_url": "https://scholar.google.com/scholar?cites=8370408689417986539\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8370408689417986539", "label": "A survey of advances in vision-based human motion capture and analysis", "shape": "dot", "size": 10, "title": "A survey of advances in vision-based human motion capture and analysis", "url": "https://www.sciencedirect.com/science/article/pii/S1077314206001263", "year": "2006"}, {"authors": "H Wang, C Schmid", "cited_by": 3376, "cited_by_url": "https://scholar.google.com/scholar?cites=8714724986587384692\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8714724986587384692", "label": "Action recognition with improved trajectories", "shape": "dot", "size": 10, "title": "Action recognition with improved trajectories", "url": "http://openaccess.thecvf.com/content_iccv_2013/html/Wang_Action_Recognition_with_2013_ICCV_paper.html", "year": "2013"}, {"authors": "JC Niebles, H Wang, L Fei-Fei", "cited_by": 2209, "cited_by_url": "https://scholar.google.com/scholar?cites=11441651563086573235\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11441651563086573235", "label": "Unsupervised learning of human action categories using spatial-temporal words", "shape": "dot", "size": 10, "title": "Unsupervised learning of human action categories using spatial-temporal words", "url": "https://link.springer.com/article/10.1007/s11263-007-0122-4", "year": "2008"}, {"authors": "A Klaser, M Marsza\u0142ek, C Schmid", "cited_by": 2177, "cited_by_url": "https://scholar.google.com/scholar?cites=7474819108815147582\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7474819108815147582", "label": "A spatio-temporal descriptor based on 3d-gradients", "shape": "dot", "size": 10, "title": "A spatio-temporal descriptor based on 3d-gradients", "url": "https://hal.inria.fr/inria-00514853/", "year": "2008"}, {"authors": "H Wang, A Kl\u00e4ser, C Schmid, CL Liu", "cited_by": 1796, "cited_by_url": "https://scholar.google.com/scholar?cites=12859820043041596852\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12859820043041596852", "label": "Dense trajectories and motion boundary descriptors for action recognition", "shape": "dot", "size": 10, "title": "Dense trajectories and motion boundary descriptors for action recognition", "url": "https://link.springer.com/article/10.1007/s11263-012-0594-8", "year": "2013"}, {"authors": "JF Henriques, R Caseiro, P Martins\u2026", "cited_by": 5083, "cited_by_url": "https://scholar.google.com/scholar?cites=2356790868259107933\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2356790868259107933", "label": "High-speed tracking with kernelized correlation filters", "shape": "dot", "size": 10, "title": "High-speed tracking with kernelized correlation filters", "url": "https://ieeexplore.ieee.org/abstract/document/6870486/", "year": "2014"}, {"authors": "H Yang, L Shao, F Zheng, L Wang, Z Song", "cited_by": 786, "cited_by_url": "https://scholar.google.com/scholar?cites=5485778387760415533\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5485778387760415533", "label": "Recent advances and trends in visual tracking: A review", "shape": "dot", "size": 10, "title": "Recent advances and trends in visual tracking: A review", "url": "https://www.sciencedirect.com/science/article/pii/S0925231211004668", "year": "2011"}, {"authors": "A Bewley, Z Ge, L Ott, F Ramos\u2026", "cited_by": 1516, "cited_by_url": "https://scholar.google.com/scholar?cites=12359245152370668864\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12359245152370668864", "label": "Simple online and realtime tracking", "shape": "dot", "size": 10, "title": "Simple online and realtime tracking", "url": "https://ieeexplore.ieee.org/abstract/document/7533003/", "year": "2016"}, {"authors": "A Milan, L Leal-Taix\u00e9, I Reid, S Roth\u2026", "cited_by": 1136, "cited_by_url": "https://scholar.google.com/scholar?cites=13920092871923211898\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13920092871923211898", "label": "MOT16: A benchmark for multi-object tracking", "shape": "dot", "size": 10, "title": "MOT16: A benchmark for multi-object tracking", "url": "https://arxiv.org/abs/1603.00831", "year": "2016"}, {"authors": "M Jaderberg, K Simonyan, A Vedaldi\u2026", "cited_by": 1051, "cited_by_url": "https://scholar.google.com/scholar?cites=4728923299329413186\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4728923299329413186", "label": "Reading text in the wild with convolutional neural networks", "shape": "dot", "size": 10, "title": "Reading text in the wild with convolutional neural networks", "url": "https://link.springer.com/article/10.1007/s11263-015-0823-z", "year": "2016"}, {"authors": "A Gupta, A Vedaldi\u2026", "cited_by": 1075, "cited_by_url": "https://scholar.google.com/scholar?cites=4348461873934081485\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4348461873934081485", "label": "Synthetic data for text localisation in natural images", "shape": "dot", "size": 10, "title": "Synthetic data for text localisation in natural images", "url": "http://openaccess.thecvf.com/content_cvpr_2016/html/Gupta_Synthetic_Data_for_CVPR_2016_paper.html", "year": "2016"}, {"authors": "C Ma, X Yang, C Zhang\u2026", "cited_by": 1027, "cited_by_url": "https://scholar.google.com/scholar?cites=12213968470694667367\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12213968470694667367", "label": "Long-term correlation tracking", "shape": "dot", "size": 10, "title": "Long-term correlation tracking", "url": "http://openaccess.thecvf.com/content_cvpr_2015/html/Ma_Long-Term_Correlation_Tracking_2015_CVPR_paper.html", "year": "2015"}, {"authors": "K Zhang, L Zhang, Q Liu, D Zhang, MH Yang", "cited_by": 921, "cited_by_url": "https://scholar.google.com/scholar?cites=13614319731870093146\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13614319731870093146", "label": "Fast visual tracking via dense spatio-temporal context learning", "shape": "dot", "size": 10, "title": "Fast visual tracking via dense spatio-temporal context learning", "url": "https://link.springer.com/chapter/10.1007/978-3-319-10602-1_9", "year": "2014"}, {"authors": "D Comaniciu, V Ramesh, P Meer", "cited_by": 6973, "cited_by_url": "https://scholar.google.com/scholar?cites=17435797065446441229\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17435797065446441229", "label": "Kernel-based object tracking", "shape": "dot", "size": 10, "title": "Kernel-based object tracking", "url": "https://ieeexplore.ieee.org/abstract/document/1195991/", "year": "2003"}, {"authors": "Y Wu, J Lim, MH Yang", "cited_by": 5706, "cited_by_url": "https://scholar.google.com/scholar?cites=3798589629455411401\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3798589629455411401", "label": "Online object tracking: A benchmark", "shape": "dot", "size": 10, "title": "Online object tracking: A benchmark", "url": "https://www.cv-foundation.org/openaccess/content_cvpr_2013/html/Wu_Online_Object_Tracking_2013_CVPR_paper.html", "year": "2013"}, {"authors": "Z Kalal, K Mikolajczyk, J Matas", "cited_by": 4056, "cited_by_url": "https://scholar.google.com/scholar?cites=630907209677466601\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "630907209677466601", "label": "Tracking-learning-detection", "shape": "dot", "size": 10, "title": "Tracking-learning-detection", "url": "https://ieeexplore.ieee.org/abstract/document/6104061/", "year": "2011"}, {"authors": "DA Ross, J Lim, RS Lin, MH Yang", "cited_by": 3759, "cited_by_url": "https://scholar.google.com/scholar?cites=17430807796907312929\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17430807796907312929", "label": "Incremental learning for robust visual tracking", "shape": "dot", "size": 10, "title": "Incremental learning for robust visual tracking", "url": "https://link.springer.com/article/10.1007/s11263-007-0075-7", "year": "2008"}, {"authors": "S Hare, S Golodetz, A Saffari, V Vineet\u2026", "cited_by": 3111, "cited_by_url": "https://scholar.google.com/scholar?cites=9720619479311795049\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9720619479311795049", "label": "Struck: Structured output tracking with kernels", "shape": "dot", "size": 10, "title": "Struck: Structured output tracking with kernels", "url": "https://ieeexplore.ieee.org/abstract/document/7360205/", "year": "2015"}, {"authors": "B Babenko, MH Yang\u2026", "cited_by": 2500, "cited_by_url": "https://scholar.google.com/scholar?cites=12262412631510289813\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12262412631510289813", "label": "Robust object tracking with online multiple instance learning", "shape": "dot", "size": 10, "title": "Robust object tracking with online multiple instance learning", "url": "https://ieeexplore.ieee.org/abstract/document/5674053/", "year": "2010"}, {"authors": "R Poppe", "cited_by": 2588, "cited_by_url": "https://scholar.google.com/scholar?cites=5095731540052570731\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5095731540052570731", "label": "A survey on vision-based human action recognition", "shape": "dot", "size": 10, "title": "A survey on vision-based human action recognition", "url": "https://www.sciencedirect.com/science/article/pii/S0262885609002704", "year": "2010"}, {"authors": "J Zhang, FY Wang, K Wang, WH Lin\u2026", "cited_by": 1348, "cited_by_url": "https://scholar.google.com/scholar?cites=9337719402972744308\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9337719402972744308", "label": "Data-driven intelligent transportation systems: A survey", "shape": "dot", "size": 10, "title": "Data-driven intelligent transportation systems: A survey", "url": "https://ieeexplore.ieee.org/abstract/document/5959985/", "year": "2011"}, {"authors": "K Bengler, K Dietmayer, B Farber\u2026", "cited_by": 847, "cited_by_url": "https://scholar.google.com/scholar?cites=15772341855272533031\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15772341855272533031", "label": "Three decades of driver assistance systems: Review and future perspectives", "shape": "dot", "size": 10, "title": "Three decades of driver assistance systems: Review and future perspectives", "url": "https://ieeexplore.ieee.org/abstract/document/6936444/", "year": "2014"}, {"authors": "C Zhang, Z Zhang", "cited_by": 774, "cited_by_url": "https://scholar.google.com/scholar?cites=7835441689203646697\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7835441689203646697", "label": "A survey of recent advances in face detection", "shape": "dot", "size": 10, "title": "A survey of recent advances in face detection", "url": "https://www.microsoft.com/en-us/research/publication/a-survey-of-recent-advances-in-face-detection/", "year": "2010"}, {"authors": "R Benenson, M Omran, J Hosang, B Schiele", "cited_by": 763, "cited_by_url": "https://scholar.google.com/scholar?cites=6107085184906946464\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6107085184906946464", "label": "Ten years of pedestrian detection, what have we learned?", "shape": "dot", "size": 10, "title": "Ten years of pedestrian detection, what have we learned?", "url": "https://link.springer.com/chapter/10.1007/978-3-319-16181-5_47", "year": "2014"}, {"authors": "R Marom, SF Amalraj, N Leifer, D Jacob\u2026", "cited_by": 1093, "cited_by_url": "https://scholar.google.com/scholar?cites=18093690151060338423\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "18093690151060338423", "label": "A review of advanced and practical lithium battery materials", "shape": "dot", "size": 10, "title": "A review of advanced and practical lithium battery materials", "url": "https://pubs.rsc.org/en/content/articlehtml/2011/jm/c0jm04225k", "year": "2011"}, {"authors": "S Sivaraman, MM Trivedi", "cited_by": 962, "cited_by_url": "https://scholar.google.com/scholar?cites=13645165615020546731\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13645165615020546731", "label": "Looking at vehicles on the road: A survey of vision-based vehicle detection, tracking, and behavior analysis", "shape": "dot", "size": 10, "title": "Looking at vehicles on the road: A survey of vision-based vehicle detection, tracking, and behavior analysis", "url": "https://ieeexplore.ieee.org/abstract/document/6563169/", "year": "2013"}, {"authors": "X Li, W Hu, C Shen, Z Zhang, A Dick\u2026", "cited_by": 839, "cited_by_url": "https://scholar.google.com/scholar?cites=10486236436159526830\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10486236436159526830", "label": "A survey of appearance models in visual object tracking", "shape": "dot", "size": 10, "title": "A survey of appearance models in visual object tracking", "url": "https://dl.acm.org/doi/abs/10.1145/2508037.2508039", "year": "2013"}, {"authors": "L Yang, P Luo, C Change Loy\u2026", "cited_by": 713, "cited_by_url": "https://scholar.google.com/scholar?cites=15493017649905778902\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15493017649905778902", "label": "A large-scale car dataset for fine-grained categorization and verification", "shape": "dot", "size": 10, "title": "A large-scale car dataset for fine-grained categorization and verification", "url": "https://www.cv-foundation.org/openaccess/content_cvpr_2015/html/Yang_A_Large-Scale_Car_2015_CVPR_paper.html", "year": "2015"}, {"authors": "N Buch, SA Velastin, J Orwell", "cited_by": 654, "cited_by_url": "https://scholar.google.com/scholar?cites=11766764135273751415\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11766764135273751415", "label": "A review of computer vision techniques for the analysis of urban traffic", "shape": "dot", "size": 10, "title": "A review of computer vision techniques for the analysis of urban traffic", "url": "https://ieeexplore.ieee.org/abstract/document/5734852/", "year": "2011"}, {"authors": "D Milakis, B Van Arem, B Van Wee", "cited_by": 638, "cited_by_url": "https://scholar.google.com/scholar?cites=14860740694525000704\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14860740694525000704", "label": "Policy and society related implications of automated driving: A review of literature and directions for future research", "shape": "dot", "size": 10, "title": "Policy and society related implications of automated driving: A review of literature and directions for future research", "url": "https://www.tandfonline.com/doi/abs/10.1080/15472450.2017.1291351", "year": "2017"}, {"authors": "R Kasturi, D Goldgof, P Soundararajan\u2026", "cited_by": 597, "cited_by_url": "https://scholar.google.com/scholar?cites=12639304467273545739\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12639304467273545739", "label": "Framework for performance evaluation of face, text, and vehicle detection and tracking in video: Data, metrics, and protocol", "shape": "dot", "size": 10, "title": "Framework for performance evaluation of face, text, and vehicle detection and tracking in video: Data, metrics, and protocol", "url": "https://ieeexplore.ieee.org/abstract/document/4479472/", "year": "2008"}, {"authors": "W Luo, J Xing, A Milan, X Zhang, W Liu, TK Kim", "cited_by": 459, "cited_by_url": "https://scholar.google.com/scholar?cites=3101580748817568884\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3101580748817568884", "label": "Multiple object tracking: A literature review", "shape": "dot", "size": 10, "title": "Multiple object tracking: A literature review", "url": "https://www.sciencedirect.com/science/article/pii/S0004370220301958", "year": "2021"}, {"authors": "Q Wang, Z Teng, J Xing, J Gao\u2026", "cited_by": 384, "cited_by_url": "https://scholar.google.com/scholar?cites=13442164500664539732\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13442164500664539732", "label": "Learning attentions: residual attentional siamese network for high performance online visual tracking", "shape": "dot", "size": 10, "title": "Learning attentions: residual attentional siamese network for high performance online visual tracking", "url": "http://openaccess.thecvf.com/content_cvpr_2018/html/Wang_Learning_Attentions_Residual_CVPR_2018_paper.html", "year": "2018"}, {"authors": "G Ciaparrone, FL S\u00e1nchez, S Tabik, L Troiano\u2026", "cited_by": 295, "cited_by_url": "https://scholar.google.com/scholar?cites=14147157813751240302\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14147157813751240302", "label": "Deep learning in video multi-object tracking: A survey", "shape": "dot", "size": 10, "title": "Deep learning in video multi-object tracking: A survey", "url": "https://www.sciencedirect.com/science/article/pii/S0925231219315966", "year": "2020"}, {"authors": "N Wang, Y Song, C Ma, W Zhou\u2026", "cited_by": 249, "cited_by_url": "https://scholar.google.com/scholar?cites=10867085456971449174\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10867085456971449174", "label": "Unsupervised deep tracking", "shape": "dot", "size": 10, "title": "Unsupervised deep tracking", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Wang_Unsupervised_Deep_Tracking_CVPR_2019_paper.html", "year": "2019"}, {"authors": "SJ Sun, N Akhtar, HS Song, A Mian\u2026", "cited_by": 191, "cited_by_url": "https://scholar.google.com/scholar?cites=4905265776702094915\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4905265776702094915", "label": "Deep affinity network for multiple object tracking", "shape": "dot", "size": 10, "title": "Deep affinity network for multiple object tracking", "url": "https://ieeexplore.ieee.org/abstract/document/8766896/", "year": "2019"}, {"authors": "L Bao, B Wu, W Liu", "cited_by": 161, "cited_by_url": "https://scholar.google.com/scholar?cites=4507199162699340691\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4507199162699340691", "label": "Cnn in mrf: Video object segmentation via inference in a cnn-based higher-order spatio-temporal mrf", "shape": "dot", "size": 10, "title": "Cnn in mrf: Video object segmentation via inference in a cnn-based higher-order spatio-temporal mrf", "url": "http://openaccess.thecvf.com/content_cvpr_2018/html/Bao_CNN_in_MRF_CVPR_2018_paper.html", "year": "2018"}, {"authors": "S Pu, Y Song, C Ma, H Zhang\u2026", "cited_by": 145, "cited_by_url": "https://scholar.google.com/scholar?cites=15557244319439286179\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15557244319439286179", "label": "Deep attentive tracking via reciprocative learning", "shape": "dot", "size": 10, "title": "Deep attentive tracking via reciprocative learning", "url": "https://proceedings.neurips.cc/paper/2018/hash/c32d9bf27a3da7ec8163957080c8628e-Abstract.html", "year": "2018"}, {"authors": "H Song, H Liang, H Li, Z Dai, X Yun", "cited_by": 96, "cited_by_url": "https://scholar.google.com/scholar?cites=6468339834163100843\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6468339834163100843", "label": "Vision-based vehicle detection and counting system using deep learning in highway scenes", "shape": "dot", "size": 10, "title": "Vision-based vehicle detection and counting system using deep learning in highway scenes", "url": "https://link.springer.com/article/10.1186/s12544-019-0390-4", "year": "2019"}, {"authors": "J Wan, W Luo, B Wu, AB Chan\u2026", "cited_by": 84, "cited_by_url": "https://scholar.google.com/scholar?cites=10737601878160272620\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10737601878160272620", "label": "Residual regression with semantic prior for crowd counting", "shape": "dot", "size": 10, "title": "Residual regression with semantic prior for crowd counting", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Wan_Residual_Regression_With_Semantic_Prior_for_Crowd_Counting_CVPR_2019_paper.html", "year": "2019"}, {"authors": "U Lindqvist, PA Porras", "cited_by": 72, "cited_by_url": "https://scholar.google.com/scholar?cites=3264324914267802742\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3264324914267802742", "label": "eXpert-BSM: A host-based intrusion detection solution for Sun Solaris", "shape": "dot", "size": 10, "title": "eXpert-BSM: A host-based intrusion detection solution for Sun Solaris", "url": "https://ieeexplore.ieee.org/abstract/document/991540/", "year": "2001"}, {"authors": "S Levine, A Kumar, G Tucker, J Fu", "cited_by": 398, "cited_by_url": "https://scholar.google.com/scholar?cites=5496908137581526569\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5496908137581526569", "label": "Offline reinforcement learning: Tutorial, review, and perspectives on open problems", "shape": "dot", "size": 10, "title": "Offline reinforcement learning: Tutorial, review, and perspectives on open problems", "url": "https://arxiv.org/abs/2005.01643", "year": "2020"}, {"authors": "J Howard", "cited_by": 71, "cited_by_url": "https://scholar.google.com/scholar?cites=14139072485338407245\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14139072485338407245", "label": "Artificial intelligence: Implications for the future of work", "shape": "dot", "size": 10, "title": "Artificial intelligence: Implications for the future of work", "url": "https://onlinelibrary.wiley.com/doi/abs/10.1002/ajim.23037", "year": "2019"}, {"authors": "J Chen, SE Li, M Tomizuka", "cited_by": 50, "cited_by_url": "https://scholar.google.com/scholar?cites=8396078686212470448\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8396078686212470448", "label": "Interpretable end-to-end urban autonomous driving with latent deep reinforcement learning", "shape": "dot", "size": 10, "title": "Interpretable end-to-end urban autonomous driving with latent deep reinforcement learning", "url": "https://ieeexplore.ieee.org/abstract/document/9346000/", "year": "2021"}, {"authors": "A Tampuu, T Matiisen, M Semikin\u2026", "cited_by": 42, "cited_by_url": "https://scholar.google.com/scholar?cites=7589466158161979681\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7589466158161979681", "label": "A survey of end-to-end driving: Architectures and training methods", "shape": "dot", "size": 10, "title": "A survey of end-to-end driving: Architectures and training methods", "url": "https://ieeexplore.ieee.org/abstract/document/9310544/", "year": "2020"}, {"authors": "DJ Yeong, G Velasco-Hernandez, J Barry, J Walsh", "cited_by": 64, "cited_by_url": "https://scholar.google.com/scholar?cites=6847238147022651878\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6847238147022651878", "label": "Sensor and sensor fusion technology in autonomous vehicles: A review", "shape": "dot", "size": 10, "title": "Sensor and sensor fusion technology in autonomous vehicles: A review", "url": "https://www.mdpi.com/1040102", "year": "2021"}, {"authors": "L Liu, S Lu, R Zhong, B Wu, Y Yao\u2026", "cited_by": 43, "cited_by_url": "https://scholar.google.com/scholar?cites=12292417492888691772\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12292417492888691772", "label": "Computing systems for autonomous driving: State of the art and challenges", "shape": "dot", "size": 10, "title": "Computing systems for autonomous driving: State of the art and challenges", "url": "https://ieeexplore.ieee.org/abstract/document/9288755/", "year": "2020"}, {"authors": "Y Wang, K Kitani, X Weng", "cited_by": 39, "cited_by_url": "https://scholar.google.com/scholar?cites=14710400670742394568\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14710400670742394568", "label": "Joint object detection and multi-object tracking with graph neural networks", "shape": "dot", "size": 10, "title": "Joint object detection and multi-object tracking with graph neural networks", "url": "https://ieeexplore.ieee.org/abstract/document/9561110/", "year": "2021"}, {"authors": "N Akhtar, A Mian", "cited_by": 1248, "cited_by_url": "https://scholar.google.com/scholar?cites=4397240948250887492\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4397240948250887492", "label": "Threat of adversarial attacks on deep learning in computer vision: A survey", "shape": "dot", "size": 10, "title": "Threat of adversarial attacks on deep learning in computer vision: A survey", "url": "https://ieeexplore.ieee.org/abstract/document/8294186/", "year": "2018"}, {"authors": "A Das, P Rad", "cited_by": 148, "cited_by_url": "https://scholar.google.com/scholar?cites=16945998805068988708\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16945998805068988708", "label": "Opportunities and challenges in explainable artificial intelligence (xai): A survey", "shape": "dot", "size": 10, "title": "Opportunities and challenges in explainable artificial intelligence (xai): A survey", "url": "https://arxiv.org/abs/2006.11371", "year": "2020"}, {"authors": "S Chen, S Zhang, J Shang, B Chen\u2026", "cited_by": 95, "cited_by_url": "https://scholar.google.com/scholar?cites=9602194952104030116\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9602194952104030116", "label": "Brain-inspired cognitive model with attention for self-driving cars", "shape": "dot", "size": 10, "title": "Brain-inspired cognitive model with attention for self-driving cars", "url": "https://ieeexplore.ieee.org/abstract/document/7954050/", "year": "2017"}, {"authors": "M Capra, B Bussolino, A Marchisio, M Shafique\u2026", "cited_by": 62, "cited_by_url": "https://scholar.google.com/scholar?cites=7068343160162404376\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7068343160162404376", "label": "An updated survey of efficient hardware architectures for accelerating deep convolutional neural networks", "shape": "dot", "size": 10, "title": "An updated survey of efficient hardware architectures for accelerating deep convolutional neural networks", "url": "https://www.mdpi.com/762456", "year": "2020"}, {"authors": "C Janiesch, P Zschech, K Heinrich", "cited_by": 72, "cited_by_url": "https://scholar.google.com/scholar?cites=15761127917409164495\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15761127917409164495", "label": "Machine learning and deep learning", "shape": "dot", "size": 10, "title": "Machine learning and deep learning", "url": "https://link.springer.com/article/10.1007/s12525-021-00475-2", "year": "2021"}, {"authors": "G Li, Y Yang, T Zhang, X Qu, D Cao, B Cheng\u2026", "cited_by": 50, "cited_by_url": "https://scholar.google.com/scholar?cites=11324300263159808676\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11324300263159808676", "label": "Risk assessment based collision avoidance decision-making for autonomous vehicles in multi-scenarios", "shape": "dot", "size": 10, "title": "Risk assessment based collision avoidance decision-making for autonomous vehicles in multi-scenarios", "url": "https://www.sciencedirect.com/science/article/pii/S0968090X20307257", "year": "2021"}, {"authors": "Q Jin, L Yang, Z Liao", "cited_by": 45, "cited_by_url": "https://scholar.google.com/scholar?cites=2908516376509801521\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2908516376509801521", "label": "Adabits: Neural network quantization with adaptive bit-widths", "shape": "dot", "size": 10, "title": "Adabits: Neural network quantization with adaptive bit-widths", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Jin_AdaBits_Neural_Network_Quantization_With_Adaptive_Bit-Widths_CVPR_2020_paper.html", "year": "2020"}, {"authors": "S Feng, X Yan, H Sun, Y Feng, HX Liu", "cited_by": 45, "cited_by_url": "https://scholar.google.com/scholar?cites=14750169433894795213\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14750169433894795213", "label": "Intelligent driving intelligence test for autonomous vehicles with naturalistic and adversarial environment", "shape": "dot", "size": 10, "title": "Intelligent driving intelligence test for autonomous vehicles with naturalistic and adversarial environment", "url": "https://www.nature.com/articles/s41467-021-21007-8", "year": "2021"}, {"authors": "C Meske, E Bunde, J Schneider\u2026", "cited_by": 46, "cited_by_url": "https://scholar.google.com/scholar?cites=14799418040721278868\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14799418040721278868", "label": "Explainable artificial intelligence: objectives, stakeholders, and future research opportunities", "shape": "dot", "size": 10, "title": "Explainable artificial intelligence: objectives, stakeholders, and future research opportunities", "url": "https://www.tandfonline.com/doi/abs/10.1080/10580530.2020.1849465", "year": "2022"}, {"authors": "A Zhang, ZC Lipton, M Li, AJ Smola", "cited_by": 290, "cited_by_url": "https://scholar.google.com/scholar?cites=2617964736190327137\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2617964736190327137", "label": "Dive into deep learning", "shape": "dot", "size": 10, "title": "Dive into deep learning", "url": "https://arxiv.org/abs/2106.11342", "year": "2021"}, {"authors": "O Fink, Q Wang, M Svensen, P Dersin, WJ Lee\u2026", "cited_by": 123, "cited_by_url": "https://scholar.google.com/scholar?cites=170037107383284102\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "170037107383284102", "label": "Potential, challenges and future directions for deep learning in prognostics and health management applications", "shape": "dot", "size": 10, "title": "Potential, challenges and future directions for deep learning in prognostics and health management applications", "url": "https://www.sciencedirect.com/science/article/pii/S0952197620301184", "year": "2020"}, {"authors": "M Raghu, E Schmidt", "cited_by": 78, "cited_by_url": "https://scholar.google.com/scholar?cites=15242835561208756181\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15242835561208756181", "label": "A survey of deep learning for scientific discovery", "shape": "dot", "size": 10, "title": "A survey of deep learning for scientific discovery", "url": "https://arxiv.org/abs/2003.11755", "year": "2020"}, {"authors": "V Sze, YH Chen, TJ Yang\u2026", "cited_by": 83, "cited_by_url": "https://scholar.google.com/scholar?cites=7973627806524825744\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7973627806524825744", "label": "Efficient processing of deep neural networks", "shape": "dot", "size": 10, "title": "Efficient processing of deep neural networks", "url": "https://www.morganclaypool.com/doi/abs/10.2200/S01004ED1V01Y202004CAC050", "year": "2020"}, {"authors": "SM Moosavi, KM Jablonka, B Smit", "cited_by": 67, "cited_by_url": "https://scholar.google.com/scholar?cites=331637036927566154\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "331637036927566154", "label": "The role of machine learning in the understanding and design of materials", "shape": "dot", "size": 10, "title": "The role of machine learning in the understanding and design of materials", "url": "https://pubs.acs.org/doi/abs/10.1021/jacs.0c09105", "year": "2020"}, {"authors": "C Yang, H Lan, F Gao, F Gao", "cited_by": 35, "cited_by_url": "https://scholar.google.com/scholar?cites=1869187148181817991\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1869187148181817991", "label": "Review of deep learning for photoacoustic imaging", "shape": "dot", "size": 10, "title": "Review of deep learning for photoacoustic imaging", "url": "https://www.sciencedirect.com/science/article/pii/S2213597920300550", "year": "2021"}, {"authors": "MH Alkinani, WZ Khan, Q Arshad", "cited_by": 26, "cited_by_url": "https://scholar.google.com/scholar?cites=11108790186699864943\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11108790186699864943", "label": "Detecting human driver inattentive and aggressive driving behavior using deep learning: recent advances, requirements and open challenges", "shape": "dot", "size": 10, "title": "Detecting human driver inattentive and aggressive driving behavior using deep learning: recent advances, requirements and open challenges", "url": "https://ieeexplore.ieee.org/abstract/document/9107077/", "year": "2020"}, {"authors": "D Ferreira, S Silva, A Abelha, J Machado", "cited_by": 22, "cited_by_url": "https://scholar.google.com/scholar?cites=9941125236039360274\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9941125236039360274", "label": "Recommendation system using autoencoders", "shape": "dot", "size": 10, "title": "Recommendation system using autoencoders", "url": "https://www.mdpi.com/793394", "year": "2020"}, {"authors": "A Riid, R Louk, R Pihlak, A Tepljakov, K Vassiljeva", "cited_by": 23, "cited_by_url": "https://scholar.google.com/scholar?cites=15634538964202373898\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15634538964202373898", "label": "Pavement distress detection with deep learning using the orthoframes acquired by a mobile mapping system", "shape": "dot", "size": 10, "title": "Pavement distress detection with deep learning using the orthoframes acquired by a mobile mapping system", "url": "https://www.mdpi.com/571786", "year": "2019"}, {"authors": "AA Pravitasari, N Iriawan, M Almuhayar, T Azmi\u2026", "cited_by": 26, "cited_by_url": "https://scholar.google.com/scholar?cites=3813743580468387901\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3813743580468387901", "label": "UNet-VGG16 with transfer learning for MRI-based brain tumor segmentation", "shape": "dot", "size": 10, "title": "UNet-VGG16 with transfer learning for MRI-based brain tumor segmentation", "url": "https://www.researchgate.net/profile/Anindya-Pravitasari-2/publication/342126824_UNet-VGG16_with_transfer_learning_for_MRI-based_brain_tumor_segmentation/links/5f15ca3c299bf1e548c682ed/UNet-VGG16-with-transfer-learning-for-MRI-based-brain-tumor-segmentation.pdf", "year": "2020"}, {"authors": "C Yang, H Lan, F Gao, F Gao", "cited_by": 19, "cited_by_url": "https://scholar.google.com/scholar?cites=13162660544251666986\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13162660544251666986", "label": "Deep learning for photoacoustic imaging: a survey", "shape": "dot", "size": 10, "title": "Deep learning for photoacoustic imaging: a survey", "url": "https://arxiv.org/abs/2008.04221", "year": "2020"}, {"authors": "M Loey, G Manogaran, MHN Taha\u2026", "cited_by": 164, "cited_by_url": "https://scholar.google.com/scholar?cites=11067620337522500649\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11067620337522500649", "label": "Fighting against COVID-19: A novel deep learning model based on YOLO-v2 with ResNet-50 for medical face mask detection", "shape": "dot", "size": 10, "title": "Fighting against COVID-19: A novel deep learning model based on YOLO-v2 with ResNet-50 for medical face mask detection", "url": "https://www.sciencedirect.com/science/article/pii/S2210670720308179", "year": "2021"}, {"authors": "N Messikommer, D Gehrig, A Loquercio\u2026", "cited_by": 35, "cited_by_url": "https://scholar.google.com/scholar?cites=758733237410689514\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "758733237410689514", "label": "Event-based asynchronous sparse convolutional networks", "shape": "dot", "size": 10, "title": "Event-based asynchronous sparse convolutional networks", "url": "https://link.springer.com/chapter/10.1007/978-3-030-58598-3_25", "year": "2020"}, {"authors": "SA Magalh\u00e3es, L Castro, G Moreira, FN Dos Santos\u2026", "cited_by": 20, "cited_by_url": "https://scholar.google.com/scholar?cites=1187469438749175508\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1187469438749175508", "label": "Evaluating the single-shot multibox detector and YOLO deep learning models for the detection of tomatoes in a greenhouse", "shape": "dot", "size": 10, "title": "Evaluating the single-shot multibox detector and YOLO deep learning models for the detection of tomatoes in a greenhouse", "url": "https://www.mdpi.com/1117724", "year": "2021"}, {"authors": "D He, Z Zou, Y Chen, B Liu, X Yao, S Shan", "cited_by": 15, "cited_by_url": "https://scholar.google.com/scholar?cites=916647158172886003\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "916647158172886003", "label": "Obstacle detection of rail transit based on deep learning", "shape": "dot", "size": 10, "title": "Obstacle detection of rail transit based on deep learning", "url": "https://www.sciencedirect.com/science/article/pii/S0263224121002529", "year": "2021"}, {"authors": "FJP Montalbo", "cited_by": 14, "cited_by_url": "https://scholar.google.com/scholar?cites=10603777769607742313\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10603777769607742313", "label": "A computer-aided diagnosis of brain tumors using a fine-tuned YOLO-based model with transfer learning", "shape": "dot", "size": 10, "title": "A computer-aided diagnosis of brain tumors using a fine-tuned YOLO-based model with transfer learning", "url": "https://www.koreascience.or.kr/article/JAKO202009135419641.page", "year": "2020"}, {"authors": "F Piccoli, R Balakrishnan, MJ Perez\u2026", "cited_by": 12, "cited_by_url": "https://scholar.google.com/scholar?cites=3458443268863841631\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3458443268863841631", "label": "Fussi-net: Fusion of spatio-temporal skeletons for intention prediction network", "shape": "dot", "size": 10, "title": "Fussi-net: Fusion of spatio-temporal skeletons for intention prediction network", "url": "https://ieeexplore.ieee.org/abstract/document/9443552/", "year": "2020"}, {"authors": "A Fern\u00e1ndez, R Usamentiaga, P de Arquer\u2026", "cited_by": 13, "cited_by_url": "https://scholar.google.com/scholar?cites=11777783073462468497\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11777783073462468497", "label": "Robust detection, classification and localization of defects in large photovoltaic plants based on unmanned aerial vehicles and infrared thermography", "shape": "dot", "size": 10, "title": "Robust detection, classification and localization of defects in large photovoltaic plants based on unmanned aerial vehicles and infrared thermography", "url": "https://www.mdpi.com/810140", "year": "2020"}, {"authors": "S Naddaf-Sh, MM Naddaf-Sh\u2026", "cited_by": 12, "cited_by_url": "https://scholar.google.com/scholar?cites=16687000641910128882\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16687000641910128882", "label": "An efficient and scalable deep learning approach for road damage detection", "shape": "dot", "size": 10, "title": "An efficient and scalable deep learning approach for road damage detection", "url": "https://ieeexplore.ieee.org/abstract/document/9377751/", "year": "2020"}, {"authors": "A Ammar, A Koubaa, B Benjdira", "cited_by": 11, "cited_by_url": "https://scholar.google.com/scholar?cites=15725351536373226493\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15725351536373226493", "label": "Deep-Learning-based Automated Palm Tree Counting and Geolocation in Large Farms from Aerial Geotagged Images", "shape": "dot", "size": 10, "title": "Deep-Learning-based Automated Palm Tree Counting and Geolocation in Large Farms from Aerial Geotagged Images", "url": "https://www.mdpi.com/1198426", "year": "2021"}, {"authors": "A Mathis, S Schneider, J Lauer, MW Mathis", "cited_by": 56, "cited_by_url": "https://scholar.google.com/scholar?cites=17607914620493817448\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17607914620493817448", "label": "A primer on motion capture with deep learning: principles, pitfalls, and perspectives", "shape": "dot", "size": 10, "title": "A primer on motion capture with deep learning: principles, pitfalls, and perspectives", "url": "https://www.sciencedirect.com/science/article/pii/S0896627320307170", "year": "2020"}, {"authors": "P Mittal, R Singh, A Sharma", "cited_by": 48, "cited_by_url": "https://scholar.google.com/scholar?cites=2241015688519496377\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2241015688519496377", "label": "Deep learning-based object detection in low-altitude UAV datasets: A survey", "shape": "dot", "size": 10, "title": "Deep learning-based object detection in low-altitude UAV datasets: A survey", "url": "https://www.sciencedirect.com/science/article/pii/S0262885620301785", "year": "2020"}, {"authors": "V Sharma, RN Mir", "cited_by": 33, "cited_by_url": "https://scholar.google.com/scholar?cites=153422853997430224\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "153422853997430224", "label": "A comprehensive and systematic look up into deep learning based object detection techniques: A review", "shape": "dot", "size": 10, "title": "A comprehensive and systematic look up into deep learning based object detection techniques: A review", "url": "https://www.sciencedirect.com/science/article/pii/S1574013720304019", "year": "2020"}, {"authors": "B Huang, J Zhao, J Liu", "cited_by": 36, "cited_by_url": "https://scholar.google.com/scholar?cites=2717567851169262690\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2717567851169262690", "label": "A survey of simultaneous localization and mapping", "shape": "dot", "size": 10, "title": "A survey of simultaneous localization and mapping", "url": "https://whubaichuan.github.io/data/v3.pdf", "year": "2019"}, {"authors": "CK Sahu, C Young, R Rai", "cited_by": 38, "cited_by_url": "https://scholar.google.com/scholar?cites=15227283586810423934\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15227283586810423934", "label": "Artificial intelligence (AI) in augmented reality (AR)-assisted manufacturing applications: a review", "shape": "dot", "size": 10, "title": "Artificial intelligence (AI) in augmented reality (AR)-assisted manufacturing applications: a review", "url": "https://www.tandfonline.com/doi/abs/10.1080/00207543.2020.1859636", "year": "2021"}, {"authors": "H Guo, X Zhuang, T Rabczuk", "cited_by": 251, "cited_by_url": "https://scholar.google.com/scholar?cites=14081415941935534928\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14081415941935534928", "label": "A deep collocation method for the bending analysis of Kirchhoff plate", "shape": "dot", "size": 10, "title": "A deep collocation method for the bending analysis of Kirchhoff plate", "url": "https://arxiv.org/abs/2102.02617", "year": "2021"}, {"authors": "S Khatir, D Boutchicha, C Le Thanh\u2026", "cited_by": 103, "cited_by_url": "https://scholar.google.com/scholar?cites=5566794811119181598\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5566794811119181598", "label": "Improved ANN technique combined with Jaya algorithm for crack identification in plates using XIGA and experimental analysis", "shape": "dot", "size": 10, "title": "Improved ANN technique combined with Jaya algorithm for crack identification in plates using XIGA and experimental analysis", "url": "https://www.sciencedirect.com/science/article/pii/S0167844220300318", "year": "2020"}, {"authors": "R Zenzen, S Khatir, I Belaidi, C Le Thanh\u2026", "cited_by": 69, "cited_by_url": "https://scholar.google.com/scholar?cites=6331992881529039991\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6331992881529039991", "label": "A modified transmissibility indicator and Artificial Neural Network for damage identification and quantification in laminated composite structures", "shape": "dot", "size": 10, "title": "A modified transmissibility indicator and Artificial Neural Network for damage identification and quantification in laminated composite structures", "url": "https://www.sciencedirect.com/science/article/pii/S0263822320310503", "year": "2020"}, {"authors": "X Li, S Ning, Z Liu, Z Yan, C Luo, Z Zhuang", "cited_by": 60, "cited_by_url": "https://scholar.google.com/scholar?cites=5163635244087268183\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5163635244087268183", "label": "Designing phononic crystal with anticipated band gap through a deep learning based data-driven method", "shape": "dot", "size": 10, "title": "Designing phononic crystal with anticipated band gap through a deep learning based data-driven method", "url": "https://www.sciencedirect.com/science/article/pii/S0045782519306279", "year": "2020"}, {"authors": "M Safarpour, F Ebrahimi, M Habibi\u2026", "cited_by": 62, "cited_by_url": "https://scholar.google.com/scholar?cites=2747122236971436395\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2747122236971436395", "label": "On the nonlinear dynamics of a multi-scale hybrid nanocomposite disk", "shape": "dot", "size": 10, "title": "On the nonlinear dynamics of a multi-scale hybrid nanocomposite disk", "url": "https://link.springer.com/article/10.1007/s00366-020-00949-5", "year": "2021"}, {"authors": "M AlKandari, I Ahmad", "cited_by": 48, "cited_by_url": "https://scholar.google.com/scholar?cites=4313126534692944553\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4313126534692944553", "label": "Solar power generation forecasting using ensemble approach based on deep learning and statistical methods", "shape": "dot", "size": 10, "title": "Solar power generation forecasting using ensemble approach based on deep learning and statistical methods", "url": "https://www.emerald.com/insight/content/doi/10.1016/j.aci.2019.11.002/full/html", "year": "2020"}, {"authors": "VM Nguyen-Thanh, X Zhuang, T Rabczuk", "cited_by": 53, "cited_by_url": "https://scholar.google.com/scholar?cites=2115336958811316571\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2115336958811316571", "label": "A deep energy method for finite deformation hyperelasticity", "shape": "dot", "size": 10, "title": "A deep energy method for finite deformation hyperelasticity", "url": "https://www.sciencedirect.com/science/article/pii/S0997753819305352", "year": "2020"}, {"authors": "P Phung-Van, CH Thai, M Abdel-Wahab\u2026", "cited_by": 32, "cited_by_url": "https://scholar.google.com/scholar?cites=6594762602369962143\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6594762602369962143", "label": "Optimal design of FG sandwich nanoplates using size-dependent isogeometric analysis", "shape": "dot", "size": 10, "title": "Optimal design of FG sandwich nanoplates using size-dependent isogeometric analysis", "url": "https://www.sciencedirect.com/science/article/pii/S0167663619305320", "year": "2020"}, {"authors": "C Peng, P Tran, H Nguyen-Xuan, AJM Ferreira", "cited_by": 32, "cited_by_url": "https://scholar.google.com/scholar?cites=17240614965924984678\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17240614965924984678", "label": "Mechanical performance and fatigue life prediction of lattice structures: Parametric computational approach", "shape": "dot", "size": 10, "title": "Mechanical performance and fatigue life prediction of lattice structures: Parametric computational approach", "url": "https://www.sciencedirect.com/science/article/pii/S026382231934098X", "year": "2020"}, {"authors": "MZ Asghar, F Subhan, M Imran, FM Kundi\u2026", "cited_by": 30, "cited_by_url": "https://scholar.google.com/scholar?cites=13232911586547779916\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13232911586547779916", "label": "Performance evaluation of supervised machine learning techniques for efficient detection of emotions from online content", "shape": "dot", "size": 10, "title": "Performance evaluation of supervised machine learning techniques for efficient detection of emotions from online content", "url": "https://arxiv.org/abs/1908.01587", "year": "2019"}, {"authors": "M Vinyas, D Harursampath, T Nguyen-Thoi", "cited_by": 33, "cited_by_url": "https://scholar.google.com/scholar?cites=12538291733155294402\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12538291733155294402", "label": "Influence of active constrained layer damping on the coupled vibration response of functionally graded magneto-electro-elastic plates with skewed edges", "shape": "dot", "size": 10, "title": "Influence of active constrained layer damping on the coupled vibration response of functionally graded magneto-electro-elastic plates with skewed edges", "url": "https://www.sciencedirect.com/science/article/pii/S2214914719310153", "year": "2020"}, {"authors": "T Bouwmans, S Javed, M Sultana, SK Jung", "cited_by": 206, "cited_by_url": "https://scholar.google.com/scholar?cites=15373527129249864261\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15373527129249864261", "label": "Deep neural network concepts for background subtraction: A systematic review and comparative...", "shape": "dot", "size": 10, "title": "Deep neural network concepts for background subtraction: A systematic review and comparative...", "url": "https://www.sciencedirect.com/science/article/pii/S0893608019301303", "year": "2019"}, {"authors": "B Garcia-Garcia, T Bouwmans, AJR Silva", "cited_by": 99, "cited_by_url": "https://scholar.google.com/scholar?cites=1528980720665053751\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1528980720665053751", "label": "Background subtraction in real applications: Challenges, current models and future directions", "shape": "dot", "size": 10, "title": "Background subtraction in real applications: Challenges, current models and future directions", "url": "https://www.sciencedirect.com/science/article/pii/S1574013718303101", "year": "2020"}, {"authors": "S Dong, P Wang, K Abbas", "cited_by": 76, "cited_by_url": "https://scholar.google.com/scholar?cites=8847225001696225074\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8847225001696225074", "label": "A survey on deep learning and its applications", "shape": "dot", "size": 10, "title": "A survey on deep learning and its applications", "url": "https://www.sciencedirect.com/science/article/pii/S1574013721000198", "year": "2021"}, {"authors": "Y Zhang, P Ti\u0148o, A Leonardis\u2026", "cited_by": 64, "cited_by_url": "https://scholar.google.com/scholar?cites=16960270064535238171\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16960270064535238171", "label": "A survey on neural network interpretability", "shape": "dot", "size": 10, "title": "A survey on neural network interpretability", "url": "https://ieeexplore.ieee.org/abstract/document/9521221/", "year": "2021"}, {"authors": "MN Chapel, T Bouwmans", "cited_by": 45, "cited_by_url": "https://scholar.google.com/scholar?cites=544337151113764615\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "544337151113764615", "label": "Moving objects detection with a moving camera: A comprehensive review", "shape": "dot", "size": 10, "title": "Moving objects detection with a moving camera: A comprehensive review", "url": "https://www.sciencedirect.com/science/article/pii/S157401372030410X", "year": "2020"}, {"authors": "H Zhang, H Nguyen, XN Bui, T Nguyen-Thoi, TT Bui\u2026", "cited_by": 39, "cited_by_url": "https://scholar.google.com/scholar?cites=3642830710732252268\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3642830710732252268", "label": "Developing a novel artificial intelligence model to estimate the capital cost of mining projects using deep neural network-based ant colony optimization algorithm", "shape": "dot", "size": 10, "title": "Developing a novel artificial intelligence model to estimate the capital cost of mining projects using deep neural network-based ant colony optimization algorithm", "url": "https://www.sciencedirect.com/science/article/pii/S0301420719307706", "year": "2020"}, {"authors": "O Tezcan, P Ishwar, J Konrad", "cited_by": 45, "cited_by_url": "https://scholar.google.com/scholar?cites=16634477234536473793\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16634477234536473793", "label": "BSUV-Net: A fully-convolutional neural network for background subtraction of unseen videos", "shape": "dot", "size": 10, "title": "BSUV-Net: A fully-convolutional neural network for background subtraction of unseen videos", "url": "http://openaccess.thecvf.com/content_WACV_2020/html/Tezcan_BSUV-Net_A_Fully-Convolutional_Neural_Network_for_Background_Subtraction_of_Unseen_WACV_2020_paper.html", "year": "2020"}, {"authors": "F Bu, MS Gharajeh", "cited_by": 44, "cited_by_url": "https://scholar.google.com/scholar?cites=4118181448698803549\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4118181448698803549", "label": "Intelligent and vision-based fire detection systems: A survey", "shape": "dot", "size": 10, "title": "Intelligent and vision-based fire detection systems: A survey", "url": "https://www.sciencedirect.com/science/article/pii/S0262885619301222", "year": "2019"}, {"authors": "D Zeng, X Chen, M Zhu, M Goesele, A Kuijper", "cited_by": 32, "cited_by_url": "https://scholar.google.com/scholar?cites=4703169512405624943\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4703169512405624943", "label": "Background subtraction with real-time semantic segmentation", "shape": "dot", "size": 10, "title": "Background subtraction with real-time semantic segmentation", "url": "https://ieeexplore.ieee.org/abstract/document/8645635/", "year": "2019"}, {"authors": "VM Mond\u00e9jar-Guerra, J Rouco, J Novo, M Ortega", "cited_by": 28, "cited_by_url": "https://scholar.google.com/scholar?cites=6452457874850744102\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6452457874850744102", "label": "An end-to-end deep learning approach for simultaneous background modeling and subtraction.", "shape": "dot", "size": 10, "title": "An end-to-end deep learning approach for simultaneous background modeling and subtraction.", "url": "https://www.researchgate.net/profile/Victor-M-Mondejar-Guerra/publication/343237175_An_end-to-end_deep_learning_approach_for_simultaneous_background_modeling_and_subtraction/links/5f36434c299bf13404c1c933/An-end-to-end-deep-learning-approach-for-simultaneous-background-modeling-and-subtraction.pdf", "year": "2019"}, {"authors": "Z Fu, Y Chen, H Yong, R Jiang\u2026", "cited_by": 31, "cited_by_url": "https://scholar.google.com/scholar?cites=14254320205195179093\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14254320205195179093", "label": "Foreground gating and background refining network for surveillance object detection", "shape": "dot", "size": 10, "title": "Foreground gating and background refining network for surveillance object detection", "url": "https://ieeexplore.ieee.org/abstract/document/8737851/", "year": "2019"}, {"authors": "S Asgari Taghanaki, K Abhishek, JP Cohen\u2026", "cited_by": 213, "cited_by_url": "https://scholar.google.com/scholar?cites=4984340879175316146\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4984340879175316146", "label": "Deep semantic segmentation of natural and medical images: a review", "shape": "dot", "size": 10, "title": "Deep semantic segmentation of natural and medical images: a review", "url": "https://link.springer.com/article/10.1007/s10462-020-09854-1", "year": "2021"}, {"authors": "N Tajbakhsh, L Jeyaseelan, Q Li, JN Chiang, Z Wu\u2026", "cited_by": 299, "cited_by_url": "https://scholar.google.com/scholar?cites=11310550941481896506\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11310550941481896506", "label": "Embracing imperfect datasets: A review of deep learning solutions for medical image segmentation", "shape": "dot", "size": 10, "title": "Embracing imperfect datasets: A review of deep learning solutions for medical image segmentation", "url": "https://www.sciencedirect.com/science/article/pii/S136184152030058X", "year": "2020"}, {"authors": "FI Diakogiannis, F Waldner, P Caccetta\u2026", "cited_by": 258, "cited_by_url": "https://scholar.google.com/scholar?cites=3463319419651077670\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3463319419651077670", "label": "ResUNet-a: A deep learning framework for semantic segmentation of remotely sensed data", "shape": "dot", "size": 10, "title": "ResUNet-a: A deep learning framework for semantic segmentation of remotely sensed data", "url": "https://www.sciencedirect.com/science/article/pii/S0924271620300149", "year": "2020"}, {"authors": "S Li, C Zhang, X He", "cited_by": 61, "cited_by_url": "https://scholar.google.com/scholar?cites=4043375976799437956\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4043375976799437956", "label": "Shape-aware semi-supervised 3D semantic segmentation for medical images", "shape": "dot", "size": 10, "title": "Shape-aware semi-supervised 3D semantic segmentation for medical images", "url": "https://link.springer.com/chapter/10.1007/978-3-030-59710-8_54", "year": "2020"}, {"authors": "T Lei, R Wang, Y Wan, X Du, H Meng, AK Nandi", "cited_by": 39, "cited_by_url": "https://scholar.google.com/scholar?cites=14981316524641391474\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14981316524641391474", "label": "Medical Image Segmentation Using Deep Learning: A Survey.", "shape": "dot", "size": 10, "title": "Medical Image Segmentation Using Deep Learning: A Survey.", "url": "https://bura.brunel.ac.uk/bitstream/2438/21710/1/FullText.pdf", "year": "2020"}, {"authors": "J Gao, X Song, Q Wen, P Wang, L Sun, H Xu", "cited_by": 38, "cited_by_url": "https://scholar.google.com/scholar?cites=17718445880777044174\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17718445880777044174", "label": "Robusttad: Robust time series anomaly detection via decomposition and convolutional neural networks", "shape": "dot", "size": 10, "title": "Robusttad: Robust time series anomaly detection via decomposition and convolutional neural networks", "url": "https://arxiv.org/abs/2002.09545", "year": "2020"}, {"authors": "NA Koohbanani, M Jahanifar, NZ Tajadin\u2026", "cited_by": 34, "cited_by_url": "https://scholar.google.com/scholar?cites=3600311765343017253\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3600311765343017253", "label": "NuClick: a deep learning framework for interactive segmentation of microscopic images", "shape": "dot", "size": 10, "title": "NuClick: a deep learning framework for interactive segmentation of microscopic images", "url": "https://www.sciencedirect.com/science/article/pii/S1361841520301353", "year": "2020"}, {"authors": "X Li, Z Gong, H Yin, H Zhang, Z Wang, L Zhuo", "cited_by": 26, "cited_by_url": "https://scholar.google.com/scholar?cites=9952798032330440565\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9952798032330440565", "label": "A 3D deep supervised densely network for small organs of human temporal bone segmentation in CT images", "shape": "dot", "size": 10, "title": "A 3D deep supervised densely network for small organs of human temporal bone segmentation in CT images", "url": "https://www.sciencedirect.com/science/article/pii/S0893608020300071", "year": "2020"}, {"authors": "OLF Carvalho, OA de Carvalho Junior\u2026", "cited_by": 19, "cited_by_url": "https://scholar.google.com/scholar?cites=2457124007295508921\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2457124007295508921", "label": "Instance segmentation for large, multi-channel remote sensing imagery using mask-RCNN and a mosaicking approach", "shape": "dot", "size": 10, "title": "Instance segmentation for large, multi-channel remote sensing imagery using mask-RCNN and a mosaicking approach", "url": "https://www.mdpi.com/935156", "year": "2020"}, {"authors": "Y Zhang, D Sidib\u00e9, O Morel, F M\u00e9riaudeau", "cited_by": 24, "cited_by_url": "https://scholar.google.com/scholar?cites=5279555044328461341\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5279555044328461341", "label": "Deep multimodal fusion for semantic image segmentation: A survey", "shape": "dot", "size": 10, "title": "Deep multimodal fusion for semantic image segmentation: A survey", "url": "https://www.sciencedirect.com/science/article/pii/S0262885620301748", "year": "2021"}, {"authors": "IJ Hussein, MA Burhanuddin, MA Mohammed\u2026", "cited_by": 16, "cited_by_url": "https://scholar.google.com/scholar?cites=1686036257935178691\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1686036257935178691", "label": "Fully automatic segmentation of gynaecological abnormality using a new viola-jones model", "shape": "dot", "size": 10, "title": "Fully automatic segmentation of gynaecological abnormality using a new viola-jones model", "url": "https://fac.ksu.edu.sa/sites/default/files/p-fully_automatic_segmentation_of_gynaecological_abnormality_using_a_new_viola-jones_model.pdf", "year": "2021"}, {"authors": "Y Dai, Y Gao, F Liu", "cited_by": 18, "cited_by_url": "https://scholar.google.com/scholar?cites=9888405418392239400\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9888405418392239400", "label": "Transmed: Transformers advance multi-modal medical image classification", "shape": "dot", "size": 10, "title": "Transmed: Transformers advance multi-modal medical image classification", "url": "https://www.mdpi.com/2075-4418/11/8/1384", "year": "2021"}, {"authors": "N Tsiknakis, D Theodoropoulos, G Manikis\u2026", "cited_by": 15, "cited_by_url": "https://scholar.google.com/scholar?cites=14245069322001473734\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14245069322001473734", "label": "Deep learning for diabetic retinopathy detection and classification based on fundus images: A review", "shape": "dot", "size": 10, "title": "Deep learning for diabetic retinopathy detection and classification based on fundus images: A review", "url": "https://www.sciencedirect.com/science/article/pii/S0010482521003930", "year": "2021"}, {"authors": "J Chai, H Zeng, A Li, EWT Ngai", "cited_by": 15, "cited_by_url": "https://scholar.google.com/scholar?cites=2188347889974787509\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2188347889974787509", "label": "Deep learning in computer vision: A critical review of emerging techniques and application scenarios", "shape": "dot", "size": 10, "title": "Deep learning in computer vision: A critical review of emerging techniques and application scenarios", "url": "https://www.sciencedirect.com/science/article/pii/S2666827021000670", "year": "2021"}, {"authors": "L Alzubaidi, MA Fadhel, O Al-Shamma, J Zhang\u2026", "cited_by": 7, "cited_by_url": "https://scholar.google.com/scholar?cites=1720662524503622047\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1720662524503622047", "label": "Robust application of new deep learning tools: an experimental study in medical imaging", "shape": "dot", "size": 10, "title": "Robust application of new deep learning tools: an experimental study in medical imaging", "url": "https://link.springer.com/article/10.1007/s11042-021-10942-9", "year": "2021"}, {"authors": "SA Mali, A Ibrahim, HC Woodruff\u2026", "cited_by": 10, "cited_by_url": "https://scholar.google.com/scholar?cites=7025715449086074571\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7025715449086074571", "label": "Making radiomics more reproducible across scanner and imaging protocol variations: a review of harmonization methods", "shape": "dot", "size": 10, "title": "Making radiomics more reproducible across scanner and imaging protocol variations: a review of harmonization methods", "url": "https://www.mdpi.com/1245986", "year": "2021"}, {"authors": "A Muneer, SM Taib, SM Fati, H Alhussian", "cited_by": 6, "cited_by_url": "https://scholar.google.com/scholar?cites=7252434349576034889\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7252434349576034889", "label": "Deep-Learning Based Prognosis Approach for Remaining Useful Life Prediction of Turbofan Engine", "shape": "dot", "size": 10, "title": "Deep-Learning Based Prognosis Approach for Remaining Useful Life Prediction of Turbofan Engine", "url": "https://www.mdpi.com/2073-8994/13/10/1861", "year": "2021"}, {"authors": "F Lavitt, DJ Rijlaarsdam, D van der Linden\u2026", "cited_by": 5, "cited_by_url": "https://scholar.google.com/scholar?cites=371477515045061682\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "371477515045061682", "label": "Deep learning and transfer learning for automatic cell counting in microscope images of human cancer cell lines", "shape": "dot", "size": 10, "title": "Deep learning and transfer learning for automatic cell counting in microscope images of human cancer cell lines", "url": "https://www.mdpi.com/2076-3417/11/11/4912", "year": "2021"}, {"authors": "A Manna, R Kundu, D Kaplun, A Sinitca, R Sarkar", "cited_by": 7, "cited_by_url": "https://scholar.google.com/scholar?cites=10097736268903600589\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10097736268903600589", "label": "A fuzzy rank-based ensemble of CNN models for classification of cervical cytology", "shape": "dot", "size": 10, "title": "A fuzzy rank-based ensemble of CNN models for classification of cervical cytology", "url": "https://www.nature.com/articles/s41598-021-93783-8", "year": "2021"}, {"authors": "HT Thai", "cited_by": 3, "cited_by_url": "https://scholar.google.com/scholar?cites=17352312443164396046\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17352312443164396046", "label": "Machine learning for structural engineering: A state-of-the-art review", "shape": "dot", "size": 10, "title": "Machine learning for structural engineering: A state-of-the-art review", "url": "https://www.sciencedirect.com/science/article/pii/S2352012422000947", "year": "2022"}, {"authors": "TS Qaid, H Mazaar, MYH Al-Shamri\u2026", "cited_by": 4, "cited_by_url": "https://scholar.google.com/scholar?cites=7553215246247949022\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7553215246247949022", "label": "Hybrid deep-learning and machine-learning models for predicting COVID-19", "shape": "dot", "size": 10, "title": "Hybrid deep-learning and machine-learning models for predicting COVID-19", "url": "https://www.hindawi.com/journals/cin/2021/9996737/", "year": "2021"}, {"authors": "H Bay, A Ess, T Tuytelaars, L Van Gool", "cited_by": 12678, "cited_by_url": "https://scholar.google.com/scholar?cites=10673377950757338412\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10673377950757338412", "label": "Speeded-up robust features (SURF)", "shape": "dot", "size": 10, "title": "Speeded-up robust features (SURF)", "url": "https://www.sciencedirect.com/science/article/pii/S1077314207001555", "year": "2008"}, {"authors": "H Bay, T Tuytelaars, LV Gool", "cited_by": 20558, "cited_by_url": "https://scholar.google.com/scholar?cites=3979684447366172118\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3979684447366172118", "label": "Surf: Speeded up robust features", "shape": "dot", "size": 10, "title": "Surf: Speeded up robust features", "url": "https://link.springer.com/chapter/10.1007/11744023_32", "year": "2006"}, {"authors": "R Girshick", "cited_by": 19614, "cited_by_url": "https://scholar.google.com/scholar?cites=16324699838103945745\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16324699838103945745", "label": "Fast r-cnn", "shape": "dot", "size": 10, "title": "Fast r-cnn", "url": "http://openaccess.thecvf.com/content_iccv_2015/html/Girshick_Fast_R-CNN_ICCV_2015_paper.html", "year": "2015"}, {"authors": "G Csurka, C Dance, L Fan\u2026", "cited_by": 6457, "cited_by_url": "https://scholar.google.com/scholar?cites=2469382617192238945\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2469382617192238945", "label": "Visual categorization with bags of keypoints", "shape": "dot", "size": 10, "title": "Visual categorization with bags of keypoints", "url": "https://people.eecs.berkeley.edu/~efros/courses/AP06/Papers/csurka-eccv-04.pdf", "year": "2004"}, {"authors": "D Maltoni, D Maio, AK Jain, S Prabhakar", "cited_by": 6175, "cited_by_url": "https://scholar.google.com/scholar?cites=5248592585527624791\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5248592585527624791", "label": "Handbook of fingerprint recognition", "shape": "dot", "size": 10, "title": "Handbook of fingerprint recognition", "url": "https://books.google.com/books?hl=en\u0026lr=\u0026id=1Wpx25D8qOwC\u0026oi=fnd\u0026pg=PR11\u0026ots=9zO49Mjtb3\u0026sig=kyxLjj3DJnNP2DoSqiHJF64GLcQ", "year": "2009"}, {"authors": "JRR Uijlings, KEA Van De Sande, T Gevers\u2026", "cited_by": 6276, "cited_by_url": "https://scholar.google.com/scholar?cites=10849987860011231916\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10849987860011231916", "label": "Selective search for object recognition", "shape": "dot", "size": 10, "title": "Selective search for object recognition", "url": "https://link.springer.com/article/10.1007/s11263-013-0620-5", "year": "2013"}, {"authors": "X Wu, V Kumar, J Ross Quinlan, J Ghosh\u2026", "cited_by": 6168, "cited_by_url": "https://scholar.google.com/scholar?cites=18033016632353916230\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "18033016632353916230", "label": "Top 10 algorithms in data mining", "shape": "dot", "size": 10, "title": "Top 10 algorithms in data mining", "url": "https://link.springer.com/article/10.1007/s10115-007-0114-2", "year": "2008"}, {"authors": "C Szegedy, W Liu, Y Jia, P Sermanet\u2026", "cited_by": 38851, "cited_by_url": "https://scholar.google.com/scholar?cites=17799971764477278135\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17799971764477278135", "label": "Going deeper with convolutions", "shape": "dot", "size": 10, "title": "Going deeper with convolutions", "url": "https://www.cv-foundation.org/openaccess/content_cvpr_2015/html/Szegedy_Going_Deeper_With_2015_CVPR_paper.html", "year": "2015"}, {"authors": "O Russakovsky, J Deng, H Su, J Krause\u2026", "cited_by": 29417, "cited_by_url": "https://scholar.google.com/scholar?cites=18051189604458238351\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "18051189604458238351", "label": "Imagenet large scale visual recognition challenge", "shape": "dot", "size": 10, "title": "Imagenet large scale visual recognition challenge", "url": "https://link.springer.com/article/10.1007/s11263-015-0816-y", "year": "2015"}, {"authors": "S Russell, P Norvig", "cited_by": 41654, "cited_by_url": "https://scholar.google.com/scholar?cites=15298658544809332659\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15298658544809332659", "label": "Artificial intelligence: a modern approach", "shape": "dot", "size": 10, "title": "Artificial intelligence: a modern approach", "url": "https://research.google/pubs/pub27702.pdf", "year": "2002"}, {"authors": "I Goodfellow, Y Bengio, A Courville", "cited_by": 37718, "cited_by_url": "https://scholar.google.com/scholar?cites=16766804411681372720\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16766804411681372720", "label": "Deep learning", "shape": "dot", "size": 10, "title": "Deep learning", "url": "https://books.google.com/books?hl=en\u0026lr=\u0026id=omivDQAAQBAJ\u0026oi=fnd\u0026pg=PR5\u0026ots=MNQ7imnHTZ\u0026sig=gcyp-qqwxN0pFJhRCGscgJhif0o", "year": "2016"}, {"authors": "J Wright, AY Yang, A Ganesh\u2026", "cited_by": 11134, "cited_by_url": "https://scholar.google.com/scholar?cites=9838388877149126853\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9838388877149126853", "label": "Robust face recognition via sparse representation", "shape": "dot", "size": 10, "title": "Robust face recognition via sparse representation", "url": "https://ieeexplore.ieee.org/abstract/document/4483511/", "year": "2008"}, {"authors": "J Redmon, A Farhadi", "cited_by": 11545, "cited_by_url": "https://scholar.google.com/scholar?cites=10688536692178239560\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10688536692178239560", "label": "YOLO9000: better, faster, stronger", "shape": "dot", "size": 10, "title": "YOLO9000: better, faster, stronger", "url": "http://openaccess.thecvf.com/content_cvpr_2017/html/Redmon_YOLO9000_Better_Faster_CVPR_2017_paper.html", "year": "2017"}, {"authors": "W Liu, D Anguelov, D Erhan, C Szegedy\u2026", "cited_by": 20946, "cited_by_url": "https://scholar.google.com/scholar?cites=15383553494348295625\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15383553494348295625", "label": "Ssd: Single shot multibox detector", "shape": "dot", "size": 10, "title": "Ssd: Single shot multibox detector", "url": "https://link.springer.com/chapter/10.1007/978-3-319-46448-0_2", "year": "2016"}, {"authors": "A Bochkovskiy, CY Wang, HYM Liao", "cited_by": 3584, "cited_by_url": "https://scholar.google.com/scholar?cites=4550423614333066109\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4550423614333066109", "label": "Yolov4: Optimal speed and accuracy of object detection", "shape": "dot", "size": 10, "title": "Yolov4: Optimal speed and accuracy of object detection", "url": "https://arxiv.org/abs/2004.10934", "year": "2020"}, {"authors": "M Tan, R Pang, QV Le", "cited_by": 1649, "cited_by_url": "https://scholar.google.com/scholar?cites=16138254679061222132\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16138254679061222132", "label": "Efficientdet: Scalable and efficient object detection", "shape": "dot", "size": 10, "title": "Efficientdet: Scalable and efficient object detection", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Tan_EfficientDet_Scalable_and_Efficient_Object_Detection_CVPR_2020_paper.html", "year": "2020"}, {"authors": "S Zhang, C Chi, Y Yao, Z Lei\u2026", "cited_by": 425, "cited_by_url": "https://scholar.google.com/scholar?cites=11324600873272743514\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11324600873272743514", "label": "Bridging the gap between anchor-based and anchor-free detection via adaptive training sample selection", "shape": "dot", "size": 10, "title": "Bridging the gap between anchor-based and anchor-free detection via adaptive training sample selection", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Zhang_Bridging_the_Gap_Between_Anchor-Based_and_Anchor-Free_Detection_via_Adaptive_CVPR_2020_paper.html", "year": "2020"}, {"authors": "Z Wu, S Pan, F Chen, G Long, C Zhang\u2026", "cited_by": 3164, "cited_by_url": "https://scholar.google.com/scholar?cites=1431633311194488622\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1431633311194488622", "label": "A comprehensive survey on graph neural networks", "shape": "dot", "size": 10, "title": "A comprehensive survey on graph neural networks", "url": "https://ieeexplore.ieee.org/abstract/document/9046288/", "year": "2020"}, {"authors": "C Shorten, TM Khoshgoftaar", "cited_by": 3108, "cited_by_url": "https://scholar.google.com/scholar?cites=4041041901496425203\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4041041901496425203", "label": "A survey on image data augmentation for deep learning", "shape": "dot", "size": 10, "title": "A survey on image data augmentation for deep learning", "url": "https://link.springer.com/article/10.1186/s40537-019-0197-0?code=a6ae644c-3bfc-43d9-b292-82d77d5890d5", "year": "2019"}, {"authors": "P Anderson, X He, C Buehler\u2026", "cited_by": 2834, "cited_by_url": "https://scholar.google.com/scholar?cites=7383633913245131178\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7383633913245131178", "label": "Bottom-up and top-down attention for image captioning and visual question answering", "shape": "dot", "size": 10, "title": "Bottom-up and top-down attention for image captioning and visual question answering", "url": "http://openaccess.thecvf.com/content_cvpr_2018/html/Anderson_Bottom-Up_and_Top-Down_CVPR_2018_paper.html", "year": "2018"}, {"authors": "J Dai, H Qi, Y Xiong, Y Li, G Zhang\u2026", "cited_by": 2698, "cited_by_url": "https://scholar.google.com/scholar?cites=6058204364274666350\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6058204364274666350", "label": "Deformable convolutional networks", "shape": "dot", "size": 10, "title": "Deformable convolutional networks", "url": "http://openaccess.thecvf.com/content_iccv_2017/html/Dai_Deformable_Convolutional_Networks_ICCV_2017_paper.html", "year": "2017"}, {"authors": "JF Henriques, R Caseiro, P Martins\u2026", "cited_by": 2447, "cited_by_url": "https://scholar.google.com/scholar?cites=6044028005072552980\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6044028005072552980", "label": "Exploiting the circulant structure of tracking-by-detection with kernels", "shape": "dot", "size": 10, "title": "Exploiting the circulant structure of tracking-by-detection with kernels", "url": "https://link.springer.com/chapter/10.1007/978-3-642-33765-9_50", "year": "2012"}, {"authors": "K Zhang, L Zhang, MH Yang", "cited_by": 2359, "cited_by_url": "https://scholar.google.com/scholar?cites=3292043029527210151\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3292043029527210151", "label": "Fast compressive tracking", "shape": "dot", "size": 10, "title": "Fast compressive tracking", "url": "https://ieeexplore.ieee.org/abstract/document/6784124/", "year": "2014"}, {"authors": "P Turaga, R Chellappa\u2026", "cited_by": 1745, "cited_by_url": "https://scholar.google.com/scholar?cites=1507681440532777050\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1507681440532777050", "label": "Machine recognition of human activities: A survey", "shape": "dot", "size": 10, "title": "Machine recognition of human activities: A survey", "url": "https://ieeexplore.ieee.org/abstract/document/4633644/", "year": "2008"}, {"authors": "C Ma, JB Huang, X Yang, MH Yang", "cited_by": 1773, "cited_by_url": "https://scholar.google.com/scholar?cites=18443068716629032032\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "18443068716629032032", "label": "Hierarchical convolutional features for visual tracking", "shape": "dot", "size": 10, "title": "Hierarchical convolutional features for visual tracking", "url": "https://www.cv-foundation.org/openaccess/content_iccv_2015/html/Ma_Hierarchical_Convolutional_Features_ICCV_2015_paper.html", "year": "2015"}, {"authors": "AWM Smeulders, DM Chu, R Cucchiara\u2026", "cited_by": 1750, "cited_by_url": "https://scholar.google.com/scholar?cites=14230020724052037515\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14230020724052037515", "label": "Visual tracking: An experimental survey", "shape": "dot", "size": 10, "title": "Visual tracking: An experimental survey", "url": "https://ieeexplore.ieee.org/abstract/document/6671560/", "year": "2013"}, {"authors": "R Gross, I Matthews, J Cohn, T Kanade\u2026", "cited_by": 2265, "cited_by_url": "https://scholar.google.com/scholar?cites=15637915209732855160\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15637915209732855160", "label": "Multi-pie", "shape": "dot", "size": 10, "title": "Multi-pie", "url": "https://www.sciencedirect.com/science/article/pii/S0262885609001711", "year": "2010"}, {"authors": "MZ Poh, DJ McDuff, RW Picard", "cited_by": 1580, "cited_by_url": "https://scholar.google.com/scholar?cites=7332229380481905754\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7332229380481905754", "label": "Non-contact, automated cardiac pulse measurements using video imaging and blind source separation.", "shape": "dot", "size": 10, "title": "Non-contact, automated cardiac pulse measurements using video imaging and blind source separation.", "url": "https://www.osapublishing.org/abstract.cfm?uri=oe-18-10-10762", "year": "2010"}, {"authors": "H Li, Z Lin, X Shen, J Brandt\u2026", "cited_by": 1393, "cited_by_url": "https://scholar.google.com/scholar?cites=15964276235033945095\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15964276235033945095", "label": "A convolutional neural network cascade for face detection", "shape": "dot", "size": 10, "title": "A convolutional neural network cascade for face detection", "url": "http://openaccess.thecvf.com/content_cvpr_2015/html/Li_A_Convolutional_Neural_2015_CVPR_paper.html", "year": "2015"}, {"authors": "R Lienhart, A Kuranov, V Pisarevsky", "cited_by": 1269, "cited_by_url": "https://scholar.google.com/scholar?cites=17916854766670033475\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17916854766670033475", "label": "Empirical analysis of detection cascades of boosted classifiers for rapid object detection", "shape": "dot", "size": 10, "title": "Empirical analysis of detection cascades of boosted classifiers for rapid object detection", "url": "https://link.springer.com/chapter/10.1007/978-3-540-45243-0_39", "year": "2003"}, {"authors": "M Agrawal, K Konolige, MR Blas", "cited_by": 877, "cited_by_url": "https://scholar.google.com/scholar?cites=14838161084491780175\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14838161084491780175", "label": "Censure: Center surround extremas for realtime feature detection and matching", "shape": "dot", "size": 10, "title": "Censure: Center surround extremas for realtime feature detection and matching", "url": "https://link.springer.com/chapter/10.1007/978-3-540-88693-8_8", "year": "2008"}, {"authors": "SG Kong, J Heo, BR Abidi, J Paik, MA Abidi", "cited_by": 757, "cited_by_url": "https://scholar.google.com/scholar?cites=14155954080425415029\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14155954080425415029", "label": "Recent advances in visual and infrared face recognition\u2014a review", "shape": "dot", "size": 10, "title": "Recent advances in visual and infrared face recognition\u2014a review", "url": "https://www.sciencedirect.com/science/article/pii/S1077314204000451", "year": "2005"}, {"authors": "L Fei-Fei, R Fergus, P Perona", "cited_by": 2268, "cited_by_url": "https://scholar.google.com/scholar?cites=10806440131293565410\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10806440131293565410", "label": "One-shot learning of object categories", "shape": "dot", "size": 10, "title": "One-shot learning of object categories", "url": "https://ieeexplore.ieee.org/abstract/document/1597116/", "year": "2006"}, {"authors": "S Tong, E Chang", "cited_by": 1898, "cited_by_url": "https://scholar.google.com/scholar?cites=7532525752900698629\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7532525752900698629", "label": "Support vector machine active learning for image retrieval", "shape": "dot", "size": 10, "title": "Support vector machine active learning for image retrieval", "url": "https://dl.acm.org/doi/abs/10.1145/500141.500159", "year": "2001"}, {"authors": "B Settles", "cited_by": 5489, "cited_by_url": "https://scholar.google.com/scholar?cites=3965277302667674461\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3965277302667674461", "label": "Active learning literature survey", "shape": "dot", "size": 10, "title": "Active learning literature survey", "url": "https://minds.wisconsin.edu/handle/1793/60660", "year": "2009"}, {"authors": "R Datta, D Joshi, J Li, JZ Wang", "cited_by": 4517, "cited_by_url": "https://scholar.google.com/scholar?cites=13044502523917667192\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13044502523917667192", "label": "Image retrieval: Ideas, influences, and trends of the new age", "shape": "dot", "size": 10, "title": "Image retrieval: Ideas, influences, and trends of the new age", "url": "https://dl.acm.org/doi/abs/10.1145/1348246.1348248", "year": "2008"}, {"authors": "Y Liu, D Zhang, G Lu, WY Ma", "cited_by": 2178, "cited_by_url": "https://scholar.google.com/scholar?cites=7879404000356825275\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7879404000356825275", "label": "A survey of content-based image retrieval with high-level semantics", "shape": "dot", "size": 10, "title": "A survey of content-based image retrieval with high-level semantics", "url": "https://www.sciencedirect.com/science/article/pii/S0031320306002184", "year": "2007"}, {"authors": "B Settles", "cited_by": 1932, "cited_by_url": "https://scholar.google.com/scholar?cites=13198505802594486795\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13198505802594486795", "label": "From theories to queries: Active learning in practice", "shape": "dot", "size": 10, "title": "From theories to queries: Active learning in practice", "url": "https://proceedings.mlr.press/v16/settles11a.html", "year": "2011"}, {"authors": "R Akbani, S Kwek, N Japkowicz", "cited_by": 1488, "cited_by_url": "https://scholar.google.com/scholar?cites=9056853537798325647\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9056853537798325647", "label": "Applying support vector machines to imbalanced datasets", "shape": "dot", "size": 10, "title": "Applying support vector machines to imbalanced datasets", "url": "https://link.springer.com/chapter/10.1007/978-3-540-30115-8_7", "year": "2004"}, {"authors": "XS Zhou, TS Huang", "cited_by": 1208, "cited_by_url": "https://scholar.google.com/scholar?cites=2868416848519100230\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2868416848519100230", "label": "Relevance feedback in image retrieval: A comprehensive review", "shape": "dot", "size": 10, "title": "Relevance feedback in image retrieval: A comprehensive review", "url": "https://link.springer.com/article/10.1007/s00530-002-0070-3", "year": "2003"}, {"authors": "D Tao, X Tang, X Li, X Wu", "cited_by": 1026, "cited_by_url": "https://scholar.google.com/scholar?cites=10858253596745129118\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10858253596745129118", "label": "Asymmetric bagging and random subspace for support vector machines-based relevance feedback in image retrieval", "shape": "dot", "size": 10, "title": "Asymmetric bagging and random subspace for support vector machines-based relevance feedback in image retrieval", "url": "https://ieeexplore.ieee.org/abstract/document/1634340/", "year": "2006"}, {"authors": "J Li, JZ Wang", "cited_by": 848, "cited_by_url": "https://scholar.google.com/scholar?cites=7788727251375200958\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7788727251375200958", "label": "Real-time computerized annotation of pictures", "shape": "dot", "size": 10, "title": "Real-time computerized annotation of pictures", "url": "https://ieeexplore.ieee.org/abstract/document/4420087/", "year": "2008"}, {"authors": "JG Lee, S Jun, YW Cho, H Lee\u2026", "cited_by": 785, "cited_by_url": "https://scholar.google.com/scholar?cites=10241591822264833060\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10241591822264833060", "label": "Deep learning in medical imaging: general overview", "shape": "dot", "size": 10, "title": "Deep learning in medical imaging: general overview", "url": "https://synapse.koreamed.org/articles/1027354", "year": "2017"}, {"authors": "WY Chen, Y Song, H Bai, CJ Lin\u2026", "cited_by": 712, "cited_by_url": "https://scholar.google.com/scholar?cites=15659846618280217739\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15659846618280217739", "label": "Parallel spectral clustering in distributed systems", "shape": "dot", "size": 10, "title": "Parallel spectral clustering in distributed systems", "url": "https://ieeexplore.ieee.org/abstract/document/5444877/", "year": "2010"}, {"authors": "L Fei-Fei, R Fergus, P Perona", "cited_by": 4342, "cited_by_url": "https://scholar.google.com/scholar?cites=10757663000815255123\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10757663000815255123", "label": "Learning generative visual models from few training examples: An incremental bayesian approach tested on 101 object categories", "shape": "dot", "size": 10, "title": "Learning generative visual models from few training examples: An incremental bayesian approach tested on 101 object categories", "url": "https://ieeexplore.ieee.org/abstract/document/1384978/", "year": "2004"}, {"authors": "I Rish", "cited_by": 3964, "cited_by_url": "https://scholar.google.com/scholar?cites=4545721704534910747\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4545721704534910747", "label": "An empirical study of the naive Bayes classifier", "shape": "dot", "size": 10, "title": "An empirical study of the naive Bayes classifier", "url": "http://www.cc.gatech.edu/home/isbell/classes/reading/papers/Rish.pdf", "year": "2001"}, {"authors": "R Fergus, P Perona, A Zisserman", "cited_by": 2989, "cited_by_url": "https://scholar.google.com/scholar?cites=9010625235800494265\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9010625235800494265", "label": "Object class recognition by unsupervised scale-invariant learning", "shape": "dot", "size": 10, "title": "Object class recognition by unsupervised scale-invariant learning", "url": "https://ieeexplore.ieee.org/abstract/document/1211479/", "year": "2003"}, {"authors": "Z Liu, Y Lin, Y Cao, H Hu, Y Wei\u2026", "cited_by": 1117, "cited_by_url": "https://scholar.google.com/scholar?cites=3458396398389387877\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3458396398389387877", "label": "Swin transformer: Hierarchical vision transformer using shifted windows", "shape": "dot", "size": 10, "title": "Swin transformer: Hierarchical vision transformer using shifted windows", "url": "http://openaccess.thecvf.com/content/ICCV2021/html/Liu_Swin_Transformer_Hierarchical_Vision_Transformer_Using_Shifted_Windows_ICCV_2021_paper.html", "year": "2021"}, {"authors": "N Carion, F Massa, G Synnaeve, N Usunier\u2026", "cited_by": 1970, "cited_by_url": "https://scholar.google.com/scholar?cites=1672665553767281734\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1672665553767281734", "label": "End-to-end object detection with transformers", "shape": "dot", "size": 10, "title": "End-to-end object detection with transformers", "url": "https://link.springer.com/chapter/10.1007/978-3-030-58452-8_13", "year": "2020"}, {"authors": "Y Cao, J Xu, S Lin, F Wei, H Hu", "cited_by": 730, "cited_by_url": "https://scholar.google.com/scholar?cites=7155667207045161378\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7155667207045161378", "label": "Gcnet: Non-local networks meet squeeze-excitation networks and beyond", "shape": "dot", "size": 10, "title": "Gcnet: Non-local networks meet squeeze-excitation networks and beyond", "url": "http://openaccess.thecvf.com/content_ICCVW_2019/html/NeurArch/Cao_GCNet_Non-Local_Networks_Meet_Squeeze-Excitation_Networks_and_Beyond_ICCVW_2019_paper.html", "year": "2019"}, {"authors": "H Touvron, M Cord, M Douze, F Massa\u2026", "cited_by": 873, "cited_by_url": "https://scholar.google.com/scholar?cites=16235705232339507184\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16235705232339507184", "label": "Training data-efficient image transformers \u0026 distillation through attention", "shape": "dot", "size": 10, "title": "Training data-efficient image transformers \u0026 distillation through attention", "url": "https://proceedings.mlr.press/v139/touvron21a", "year": "2021"}, {"authors": "D Misra", "cited_by": 588, "cited_by_url": "https://scholar.google.com/scholar?cites=9374811277911686866\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9374811277911686866", "label": "Mish: A self regularized non-monotonic activation function", "shape": "dot", "size": 10, "title": "Mish: A self regularized non-monotonic activation function", "url": "https://arxiv.org/abs/1908.08681", "year": "2019"}, {"authors": "X Zhu, W Su, L Lu, B Li, X Wang, J Dai", "cited_by": 607, "cited_by_url": "https://scholar.google.com/scholar?cites=7911999856845003856\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7911999856845003856", "label": "Deformable detr: Deformable transformers for end-to-end object detection", "shape": "dot", "size": 10, "title": "Deformable detr: Deformable transformers for end-to-end object detection", "url": "https://arxiv.org/abs/2010.04159", "year": "2020"}, {"authors": "X He, K Zhao, X Chu", "cited_by": 452, "cited_by_url": "https://scholar.google.com/scholar?cites=11599653363931554182\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11599653363931554182", "label": "AutoML: A survey of the state-of-the-art", "shape": "dot", "size": 10, "title": "AutoML: A survey of the state-of-the-art", "url": "https://www.sciencedirect.com/science/article/pii/S0950705120307516", "year": "2021"}, {"authors": "T Kong, F Sun, H Liu, Y Jiang, L Li\u2026", "cited_by": 383, "cited_by_url": "https://scholar.google.com/scholar?cites=4793705234619070656\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4793705234619070656", "label": "Foveabox: Beyound anchor-based object detection", "shape": "dot", "size": 10, "title": "Foveabox: Beyound anchor-based object detection", "url": "https://ieeexplore.ieee.org/abstract/document/9123553/", "year": "2020"}, {"authors": "B Zoph, ED Cubuk, G Ghiasi, TY Lin, J Shlens\u2026", "cited_by": 256, "cited_by_url": "https://scholar.google.com/scholar?cites=6812705747376678918\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6812705747376678918", "label": "Learning data augmentation strategies for object detection", "shape": "dot", "size": 10, "title": "Learning data augmentation strategies for object detection", "url": "https://link.springer.com/chapter/10.1007/978-3-030-58583-9_34", "year": "2020"}, {"authors": "CY Wang, A Bochkovskiy\u2026", "cited_by": 246, "cited_by_url": "https://scholar.google.com/scholar?cites=12563424232401784595\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12563424232401784595", "label": "Scaled-yolov4: Scaling cross stage partial network", "shape": "dot", "size": 10, "title": "Scaled-yolov4: Scaling cross stage partial network", "url": "https://openaccess.thecvf.com/content/CVPR2021/html/Wang_Scaled-YOLOv4_Scaling_Cross_Stage_Partial_Network_CVPR_2021_paper.html?ref=https://githubhelp.com", "year": "2021"}, {"authors": "A Srinivas, TY Lin, N Parmar, J Shlens\u2026", "cited_by": 216, "cited_by_url": "https://scholar.google.com/scholar?cites=15783325521916683415\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15783325521916683415", "label": "Bottleneck transformers for visual recognition", "shape": "dot", "size": 10, "title": "Bottleneck transformers for visual recognition", "url": "http://openaccess.thecvf.com/content/CVPR2021/html/Srinivas_Bottleneck_Transformers_for_Visual_Recognition_CVPR_2021_paper.html", "year": "2021"}, {"authors": "Y Guo, H Wang, Q Hu, H Liu, L Liu\u2026", "cited_by": 533, "cited_by_url": "https://scholar.google.com/scholar?cites=658429028232469160\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "658429028232469160", "label": "Deep learning for 3d point clouds: A survey", "shape": "dot", "size": 10, "title": "Deep learning for 3d point clouds: A survey", "url": "https://ieeexplore.ieee.org/abstract/document/9127813/", "year": "2020"}, {"authors": "K Li, G Wan, G Cheng, L Meng, J Han", "cited_by": 362, "cited_by_url": "https://scholar.google.com/scholar?cites=1026291601187748397\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1026291601187748397", "label": "Object detection in optical remote sensing images: A survey and a new benchmark", "shape": "dot", "size": 10, "title": "Object detection in optical remote sensing images: A survey and a new benchmark", "url": "https://www.sciencedirect.com/science/article/pii/S0924271619302825", "year": "2020"}, {"authors": "D Feng, C Haase-Sch\u00fctz, L Rosenbaum\u2026", "cited_by": 308, "cited_by_url": "https://scholar.google.com/scholar?cites=9697484849201247084\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9697484849201247084", "label": "Deep multi-modal object detection and semantic segmentation for autonomous driving: Datasets, methods, and challenges", "shape": "dot", "size": 10, "title": "Deep multi-modal object detection and semantic segmentation for autonomous driving: Datasets, methods, and challenges", "url": "https://ieeexplore.ieee.org/abstract/document/9000872/", "year": "2020"}, {"authors": "L Liu, J Chen, P Fieguth, G Zhao, R Chellappa\u2026", "cited_by": 227, "cited_by_url": "https://scholar.google.com/scholar?cites=12083148208389529191\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12083148208389529191", "label": "From BoW to CNN: Two decades of texture representation for texture classification", "shape": "dot", "size": 10, "title": "From BoW to CNN: Two decades of texture representation for texture classification", "url": "https://link.springer.com/article/10.1007/s11263-018-1125-z", "year": "2019"}, {"authors": "B Cheng, B Xiao, J Wang, H Shi\u2026", "cited_by": 217, "cited_by_url": "https://scholar.google.com/scholar?cites=15368170985283079245\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15368170985283079245", "label": "Higherhrnet: Scale-aware representation learning for bottom-up human pose estimation", "shape": "dot", "size": 10, "title": "Higherhrnet: Scale-aware representation learning for bottom-up human pose estimation", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Cheng_HigherHRNet_Scale-Aware_Representation_Learning_for_Bottom-Up_Human_Pose_Estimation_CVPR_2020_paper.html", "year": "2020"}, {"authors": "H Wang, Y Zhu, B Green, H Adam, A Yuille\u2026", "cited_by": 210, "cited_by_url": "https://scholar.google.com/scholar?cites=1046882767001529262\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1046882767001529262", "label": "Axial-deeplab: Stand-alone axial-attention for panoptic segmentation", "shape": "dot", "size": 10, "title": "Axial-deeplab: Stand-alone axial-attention for panoptic segmentation", "url": "https://link.springer.com/chapter/10.1007/978-3-030-58548-8_7", "year": "2020"}, {"authors": "B Cheng, MD Collins, Y Zhu, T Liu\u2026", "cited_by": 191, "cited_by_url": "https://scholar.google.com/scholar?cites=18246305387780116611\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "18246305387780116611", "label": "Panoptic-deeplab: A simple, strong, and fast baseline for bottom-up panoptic segmentation", "shape": "dot", "size": 10, "title": "Panoptic-deeplab: A simple, strong, and fast baseline for bottom-up panoptic segmentation", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Cheng_Panoptic-DeepLab_A_Simple_Strong_and_Fast_Baseline_for_Bottom-Up_Panoptic_CVPR_2020_paper.html", "year": "2020"}, {"authors": "Y Zhang, C Wang, X Wang, W Zeng, W Liu", "cited_by": 170, "cited_by_url": "https://scholar.google.com/scholar?cites=17314410080623672897\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17314410080623672897", "label": "Fairmot: On the fairness of detection and re-identification in multiple object tracking", "shape": "dot", "size": 10, "title": "Fairmot: On the fairness of detection and re-identification in multiple object tracking", "url": "https://link.springer.com/article/10.1007/s11263-021-01513-4", "year": "2021"}, {"authors": "C Yu, C Gao, J Wang, G Yu, C Shen, N Sang", "cited_by": 143, "cited_by_url": "https://scholar.google.com/scholar?cites=15352038317743649152\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15352038317743649152", "label": "Bisenet v2: Bilateral network with guided aggregation for real-time semantic segmentation", "shape": "dot", "size": 10, "title": "Bisenet v2: Bilateral network with guided aggregation for real-time semantic segmentation", "url": "https://link.springer.com/article/10.1007/s11263-021-01515-2", "year": "2021"}, {"authors": "X Du, TY Lin, P Jin, G Ghiasi, M Tan\u2026", "cited_by": 121, "cited_by_url": "https://scholar.google.com/scholar?cites=1529254353402789268\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1529254353402789268", "label": "Spinenet: Learning scale-permuted backbone for recognition and localization", "shape": "dot", "size": 10, "title": "Spinenet: Learning scale-permuted backbone for recognition and localization", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Du_SpineNet_Learning_Scale-Permuted_Backbone_for_Recognition_and_Localization_CVPR_2020_paper.html", "year": "2020"}, {"authors": "D Mehta, O Sotnychenko, F Mueller, W Xu\u2026", "cited_by": 110, "cited_by_url": "https://scholar.google.com/scholar?cites=6115280590506331830\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6115280590506331830", "label": "XNect: Real-time multi-person 3D motion capture with a single RGB camera", "shape": "dot", "size": 10, "title": "XNect: Real-time multi-person 3D motion capture with a single RGB camera", "url": "https://dl.acm.org/doi/abs/10.1145/3386569.3392410", "year": "2020"}, {"authors": "R Ranftl, A Bochkovskiy\u2026", "cited_by": 139, "cited_by_url": "https://scholar.google.com/scholar?cites=16683125965624867998\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16683125965624867998", "label": "Vision transformers for dense prediction", "shape": "dot", "size": 10, "title": "Vision transformers for dense prediction", "url": "http://openaccess.thecvf.com/content/ICCV2021/html/Ranftl_Vision_Transformers_for_Dense_Prediction_ICCV_2021_paper.html", "year": "2021"}, {"authors": "I Bello, B Zoph, A Vaswani\u2026", "cited_by": 507, "cited_by_url": "https://scholar.google.com/scholar?cites=15036648216415052277\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15036648216415052277", "label": "Attention augmented convolutional networks", "shape": "dot", "size": 10, "title": "Attention augmented convolutional networks", "url": "http://openaccess.thecvf.com/content_ICCV_2019/html/Bello_Attention_Augmented_Convolutional_Networks_ICCV_2019_paper.html", "year": "2019"}, {"authors": "H Jin, Q Song, X Hu", "cited_by": 433, "cited_by_url": "https://scholar.google.com/scholar?cites=11073573746431095759\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11073573746431095759", "label": "Auto-keras: An efficient neural architecture search system", "shape": "dot", "size": 10, "title": "Auto-keras: An efficient neural architecture search system", "url": "https://dl.acm.org/doi/abs/10.1145/3292500.3330648", "year": "2019"}, {"authors": "P Ramachandran, N Parmar\u2026", "cited_by": 427, "cited_by_url": "https://scholar.google.com/scholar?cites=16072663067784939588\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16072663067784939588", "label": "Stand-alone self-attention in vision models", "shape": "dot", "size": 10, "title": "Stand-alone self-attention in vision models", "url": "https://proceedings.neurips.cc/paper/8302-stand-alone-self-attention-in-vision-models", "year": "2019"}, {"authors": "K Chen, J Wang, J Pang, Y Cao, Y Xiong, X Li\u2026", "cited_by": 996, "cited_by_url": "https://scholar.google.com/scholar?cites=4116193485073279318\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4116193485073279318", "label": "MMDetection: Open mmlab detection toolbox and benchmark", "shape": "dot", "size": 10, "title": "MMDetection: Open mmlab detection toolbox and benchmark", "url": "https://arxiv.org/abs/1906.07155", "year": "2019"}, {"authors": "CY Wang, HYM Liao, YH Wu\u2026", "cited_by": 811, "cited_by_url": "https://scholar.google.com/scholar?cites=13495361512235022596\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13495361512235022596", "label": "CSPNet: A new backbone that can enhance learning capability of CNN", "shape": "dot", "size": 10, "title": "CSPNet: A new backbone that can enhance learning capability of CNN", "url": "http://openaccess.thecvf.com/content_CVPRW_2020/html/w28/Wang_CSPNet_A_New_Backbone_That_Can_Enhance_Learning_Capability_of_CVPRW_2020_paper.html", "year": "2020"}, {"authors": "C Zhu, Y He, M Savvides", "cited_by": 482, "cited_by_url": "https://scholar.google.com/scholar?cites=17369531722515506311\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17369531722515506311", "label": "Feature selective anchor-free module for single-shot object detection", "shape": "dot", "size": 10, "title": "Feature selective anchor-free module for single-shot object detection", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Zhu_Feature_Selective_Anchor-Free_Module_for_Single-Shot_Object_Detection_CVPR_2019_paper.html", "year": "2019"}, {"authors": "K Duan, S Bai, L Xie, H Qi\u2026", "cited_by": 1039, "cited_by_url": "https://scholar.google.com/scholar?cites=3594606171683130501\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3594606171683130501", "label": "Centernet: Keypoint triplets for object detection", "shape": "dot", "size": 10, "title": "Centernet: Keypoint triplets for object detection", "url": "http://openaccess.thecvf.com/content_ICCV_2019/html/Duan_CenterNet_Keypoint_Triplets_for_Object_Detection_ICCV_2019_paper.html", "year": "2019"}, {"authors": "SH Gao, MM Cheng, K Zhao, XY Zhang\u2026", "cited_by": 788, "cited_by_url": "https://scholar.google.com/scholar?cites=5764887689836675142\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5764887689836675142", "label": "Res2net: A new multi-scale backbone architecture", "shape": "dot", "size": 10, "title": "Res2net: A new multi-scale backbone architecture", "url": "https://ieeexplore.ieee.org/abstract/document/8821313/", "year": "2019"}, {"authors": "Z Zhou, MMR Siddiquee, N Tajbakhsh\u2026", "cited_by": 560, "cited_by_url": "https://scholar.google.com/scholar?cites=5955154734179538060\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5955154734179538060", "label": "Unet++: Redesigning skip connections to exploit multiscale features in image segmentation", "shape": "dot", "size": 10, "title": "Unet++: Redesigning skip connections to exploit multiscale features in image segmentation", "url": "https://ieeexplore.ieee.org/abstract/document/8932614/", "year": "2019"}, {"authors": "Y Yuan, X Chen, J Wang", "cited_by": 454, "cited_by_url": "https://scholar.google.com/scholar?cites=17160203946129364454\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17160203946129364454", "label": "Object-contextual representations for semantic segmentation", "shape": "dot", "size": 10, "title": "Object-contextual representations for semantic segmentation", "url": "https://link.springer.com/chapter/10.1007/978-3-030-58539-6_11", "year": "2020"}, {"authors": "A Kirillov, Y Wu, K He\u2026", "cited_by": 272, "cited_by_url": "https://scholar.google.com/scholar?cites=3835458723700933772\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3835458723700933772", "label": "Pointrend: Image segmentation as rendering", "shape": "dot", "size": 10, "title": "Pointrend: Image segmentation as rendering", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Kirillov_PointRend_Image_Segmentation_As_Rendering_CVPR_2020_paper.html", "year": "2020"}, {"authors": "Y Lee, J Park", "cited_by": 230, "cited_by_url": "https://scholar.google.com/scholar?cites=9190599054932808738\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9190599054932808738", "label": "Centermask: Real-time anchor-free instance segmentation", "shape": "dot", "size": 10, "title": "Centermask: Real-time anchor-free instance segmentation", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Lee_CenterMask_Real-Time_Anchor-Free_Instance_Segmentation_CVPR_2020_paper.html", "year": "2020"}, {"authors": "L Li, J Bao, T Zhang, H Yang, D Chen\u2026", "cited_by": 207, "cited_by_url": "https://scholar.google.com/scholar?cites=16531936219109485431\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16531936219109485431", "label": "Face x-ray for more general face forgery detection", "shape": "dot", "size": 10, "title": "Face x-ray for more general face forgery detection", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Li_Face_X-Ray_for_More_General_Face_Forgery_Detection_CVPR_2020_paper.html", "year": "2020"}, {"authors": "W Wang, E Xie, X Li, DP Fan, K Song, D Liang\u2026", "cited_by": 135, "cited_by_url": "https://scholar.google.com/scholar?cites=18061179526282150342\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "18061179526282150342", "label": "PVT v2: Improved baselines with Pyramid Vision Transformer", "shape": "dot", "size": 10, "title": "PVT v2: Improved baselines with Pyramid Vision Transformer", "url": "https://link.springer.com/article/10.1007/s41095-022-0274-8", "year": "2022"}, {"authors": "X Li, W Wang, L Wu, S Chen, X Hu\u2026", "cited_by": 145, "cited_by_url": "https://scholar.google.com/scholar?cites=16305632232773240100\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16305632232773240100", "label": "Generalized focal loss: Learning qualified and distributed bounding boxes for dense object detection", "shape": "dot", "size": 10, "title": "Generalized focal loss: Learning qualified and distributed bounding boxes for dense object detection", "url": "https://proceedings.neurips.cc/paper/2020/hash/f0bda020d2470f2e74990a07a607ebd9-Abstract.html", "year": "2020"}, {"authors": "J Yang, C Li, P Zhang, X Dai, B Xiao, L Yuan\u2026", "cited_by": 136, "cited_by_url": "https://scholar.google.com/scholar?cites=17272204730668948165\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17272204730668948165", "label": "Focal self-attention for local-global interactions in vision transformers", "shape": "dot", "size": 10, "title": "Focal self-attention for local-global interactions in vision transformers", "url": "https://arxiv.org/abs/2107.00641", "year": "2021"}, {"authors": "H Wang, Y Zhu, H Adam, A Yuille\u2026", "cited_by": 112, "cited_by_url": "https://scholar.google.com/scholar?cites=5792560058636996973\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5792560058636996973", "label": "Max-deeplab: End-to-end panoptic segmentation with mask transformers", "shape": "dot", "size": 10, "title": "Max-deeplab: End-to-end panoptic segmentation with mask transformers", "url": "http://openaccess.thecvf.com/content/CVPR2021/html/Wang_MaX-DeepLab_End-to-End_Panoptic_Segmentation_With_Mask_Transformers_CVPR_2021_paper.html", "year": "2021"}, {"authors": "P Sun, R Zhang, Y Jiang, T Kong\u2026", "cited_by": 141, "cited_by_url": "https://scholar.google.com/scholar?cites=2104521862399993019\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2104521862399993019", "label": "Sparse r-cnn: End-to-end object detection with learnable proposals", "shape": "dot", "size": 10, "title": "Sparse r-cnn: End-to-end object detection with learnable proposals", "url": "http://openaccess.thecvf.com/content/CVPR2021/html/Sun_Sparse_R-CNN_End-to-End_Object_Detection_With_Learnable_Proposals_CVPR_2021_paper.html", "year": "2021"}, {"authors": "R Solovyev, W Wang, T Gabruseva", "cited_by": 88, "cited_by_url": "https://scholar.google.com/scholar?cites=1100898770383158553\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1100898770383158553", "label": "Weighted boxes fusion: Ensembling boxes from different object detection models", "shape": "dot", "size": 10, "title": "Weighted boxes fusion: Ensembling boxes from different object detection models", "url": "https://www.sciencedirect.com/science/article/pii/S0262885621000226", "year": "2021"}, {"authors": "D Du, P Zhu, L Wen, X Bian, H Lin\u2026", "cited_by": 51, "cited_by_url": "https://scholar.google.com/scholar?cites=7085275218926344408\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7085275218926344408", "label": "VisDrone-DET2019: The vision meets drone object detection in image challenge results", "shape": "dot", "size": 10, "title": "VisDrone-DET2019: The vision meets drone object detection in image challenge results", "url": "http://openaccess.thecvf.com/content_ICCVW_2019/html/VISDrone/Du_VisDrone-DET2019_The_Vision_Meets_Drone_Object_Detection_in_Image_Challenge_ICCVW_2019_paper.html", "year": "2019"}, {"authors": "X Zhou, V Koltun, P Kr\u00e4henb\u00fchl", "cited_by": 44, "cited_by_url": "https://scholar.google.com/scholar?cites=1529894457156192581\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1529894457156192581", "label": "Probabilistic two-stage detection", "shape": "dot", "size": 10, "title": "Probabilistic two-stage detection", "url": "https://arxiv.org/abs/2103.07461", "year": "2021"}, {"authors": "SSA Zaidi, MS Ansari, A Aslam, N Kanwal\u2026", "cited_by": 33, "cited_by_url": "https://scholar.google.com/scholar?cites=2287786073030563195\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2287786073030563195", "label": "A survey of modern deep learning based object detection models", "shape": "dot", "size": 10, "title": "A survey of modern deep learning based object detection models", "url": "https://www.sciencedirect.com/science/article/pii/S1051200422001312", "year": "2022"}, {"authors": "S Qiao, Y Zhu, H Adam, A Yuille\u2026", "cited_by": 35, "cited_by_url": "https://scholar.google.com/scholar?cites=9655790843364940778\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9655790843364940778", "label": "Vip-deeplab: Learning visual perception with depth-aware video panoptic segmentation", "shape": "dot", "size": 10, "title": "Vip-deeplab: Learning visual perception with depth-aware video panoptic segmentation", "url": "http://openaccess.thecvf.com/content/CVPR2021/html/Qiao_VIP-DeepLab_Learning_Visual_Perception_With_Depth-Aware_Video_Panoptic_Segmentation_CVPR_2021_paper.html", "year": "2021"}, {"authors": "LP Osco, JM Junior, APM Ramos\u2026", "cited_by": 31, "cited_by_url": "https://scholar.google.com/scholar?cites=728770006208310182\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "728770006208310182", "label": "A review on deep learning in UAV remote sensing", "shape": "dot", "size": 10, "title": "A review on deep learning in UAV remote sensing", "url": "https://www.sciencedirect.com/science/article/pii/S030324342100163X", "year": "2021"}, {"authors": "Z Zhang, P Cui, W Zhu", "cited_by": 752, "cited_by_url": "https://scholar.google.com/scholar?cites=3929066136257329737\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3929066136257329737", "label": "Deep learning on graphs: A survey", "shape": "dot", "size": 10, "title": "Deep learning on graphs: A survey", "url": "https://ieeexplore.ieee.org/abstract/document/9039675/", "year": "2020"}, {"authors": "G Li, M Muller, A Thabet\u2026", "cited_by": 510, "cited_by_url": "https://scholar.google.com/scholar?cites=1405916394303361407\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1405916394303361407", "label": "Deepgcns: Can gcns go as deep as cnns?", "shape": "dot", "size": 10, "title": "Deepgcns: Can gcns go as deep as cnns?", "url": "http://openaccess.thecvf.com/content_ICCV_2019/html/Li_DeepGCNs_Can_GCNs_Go_As_Deep_As_CNNs_ICCV_2019_paper.html", "year": "2019"}, {"authors": "X Wang, Y Han, VCM Leung, D Niyato\u2026", "cited_by": 542, "cited_by_url": "https://scholar.google.com/scholar?cites=1607298749756725102\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1607298749756725102", "label": "Convergence of edge computing and deep learning: A comprehensive survey", "shape": "dot", "size": 10, "title": "Convergence of edge computing and deep learning: A comprehensive survey", "url": "https://ieeexplore.ieee.org/abstract/document/8976180/", "year": "2020"}, {"authors": "Y Wang, JM Solomon", "cited_by": 343, "cited_by_url": "https://scholar.google.com/scholar?cites=13319126561466992426\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13319126561466992426", "label": "Deep closest point: Learning representations for point cloud registration", "shape": "dot", "size": 10, "title": "Deep closest point: Learning representations for point cloud registration", "url": "http://openaccess.thecvf.com/content_ICCV_2019/html/Wang_Deep_Closest_Point_Learning_Representations_for_Point_Cloud_Registration_ICCV_2019_paper.html", "year": "2019"}, {"authors": "Z Ying, D Bourgeois, J You, M Zitnik\u2026", "cited_by": 296, "cited_by_url": "https://scholar.google.com/scholar?cites=3833160255595095003\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3833160255595095003", "label": "Gnnexplainer: Generating explanations for graph neural networks", "shape": "dot", "size": 10, "title": "Gnnexplainer: Generating explanations for graph neural networks", "url": "https://proceedings.neurips.cc/paper/2019/hash/d80b7040b773199015de6d3b4293c8ff-Abstract.html", "year": "2019"}, {"authors": "D Chen, Y Lin, W Li, P Li, J Zhou, X Sun", "cited_by": 229, "cited_by_url": "https://scholar.google.com/scholar?cites=2343287717721360828\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2343287717721360828", "label": "Measuring and relieving the over-smoothing problem for graph neural networks from the topological view", "shape": "dot", "size": 10, "title": "Measuring and relieving the over-smoothing problem for graph neural networks from the topological view", "url": "https://ojs.aaai.org/index.php/AAAI/article/view/5747", "year": "2020"}, {"authors": "S Zhang, H Tong, J Xu\u2026", "cited_by": 213, "cited_by_url": "https://scholar.google.com/scholar?cites=824590046745083591\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "824590046745083591", "label": "Graph convolutional networks: a comprehensive review", "shape": "dot", "size": 10, "title": "Graph convolutional networks: a comprehensive review", "url": "https://computationalsocialnetworks.springeropen.com/articles/10.1186/s40649-019-0069-y?ref=https://githubhelp.com", "year": "2019"}, {"authors": "M Abdar, F Pourpanah, S Hussain, D Rezazadegan\u2026", "cited_by": 246, "cited_by_url": "https://scholar.google.com/scholar?cites=17634330259827655722\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17634330259827655722", "label": "A review of uncertainty quantification in deep learning: Techniques, applications and challenges", "shape": "dot", "size": 10, "title": "A review of uncertainty quantification in deep learning: Techniques, applications and challenges", "url": "https://www.sciencedirect.com/science/article/pii/S1566253521001081", "year": "2021"}, {"authors": "Y Huang, H Bi, Z Li, T Mao\u2026", "cited_by": 193, "cited_by_url": "https://scholar.google.com/scholar?cites=15846493882009759276\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15846493882009759276", "label": "Stgat: Modeling spatial-temporal interactions for human trajectory prediction", "shape": "dot", "size": 10, "title": "Stgat: Modeling spatial-temporal interactions for human trajectory prediction", "url": "http://openaccess.thecvf.com/content_ICCV_2019/html/Huang_STGAT_Modeling_Spatial-Temporal_Interactions_for_Human_Trajectory_Prediction_ICCV_2019_paper.html", "year": "2019"}, {"authors": "M Caron, I Misra, J Mairal, P Goyal\u2026", "cited_by": 819, "cited_by_url": "https://scholar.google.com/scholar?cites=13209348926291080860\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13209348926291080860", "label": "Unsupervised learning of visual features by contrasting cluster assignments", "shape": "dot", "size": 10, "title": "Unsupervised learning of visual features by contrasting cluster assignments", "url": "https://proceedings.neurips.cc/paper/2020/hash/70feb62b69f16e0238f741fab228fec2-Abstract.html", "year": "2020"}, {"authors": "S Zheng, J Lu, H Zhao, X Zhu, Z Luo\u2026", "cited_by": 432, "cited_by_url": "https://scholar.google.com/scholar?cites=2013933719074368496\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2013933719074368496", "label": "Rethinking semantic segmentation from a sequence-to-sequence perspective with transformers", "shape": "dot", "size": 10, "title": "Rethinking semantic segmentation from a sequence-to-sequence perspective with transformers", "url": "http://openaccess.thecvf.com/content/CVPR2021/html/Zheng_Rethinking_Semantic_Segmentation_From_a_Sequence-to-Sequence_Perspective_With_Transformers_CVPR_2021_paper.html", "year": "2021"}, {"authors": "W Wang, E Xie, X Li, DP Fan, K Song\u2026", "cited_by": 385, "cited_by_url": "https://scholar.google.com/scholar?cites=8793029896395507010\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8793029896395507010", "label": "Pyramid vision transformer: A versatile backbone for dense prediction without convolutions", "shape": "dot", "size": 10, "title": "Pyramid vision transformer: A versatile backbone for dense prediction without convolutions", "url": "http://openaccess.thecvf.com/content/ICCV2021/html/Wang_Pyramid_Vision_Transformer_A_Versatile_Backbone_for_Dense_Prediction_Without_ICCV_2021_paper.html", "year": "2021"}, {"authors": "L Yuan, Y Chen, T Wang, W Yu, Y Shi\u2026", "cited_by": 358, "cited_by_url": "https://scholar.google.com/scholar?cites=3844087685498854388\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3844087685498854388", "label": "Tokens-to-token vit: Training vision transformers from scratch on imagenet", "shape": "dot", "size": 10, "title": "Tokens-to-token vit: Training vision transformers from scratch on imagenet", "url": "https://openaccess.thecvf.com/content/ICCV2021/html/Yuan_Tokens-to-Token_ViT_Training_Vision_Transformers_From_Scratch_on_ImageNet_ICCV_2021_paper.html?ref=https://githubhelp.com", "year": "2021"}, {"authors": "S Chaudhari, V Mithal, G Polatkan\u2026", "cited_by": 271, "cited_by_url": "https://scholar.google.com/scholar?cites=572712567324091714\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "572712567324091714", "label": "An attentive survey of attention models", "shape": "dot", "size": 10, "title": "An attentive survey of attention models", "url": "https://dl.acm.org/doi/abs/10.1145/3465055", "year": "2021"}, {"authors": "Y Tay, M Dehghani, D Bahri, D Metzler", "cited_by": 249, "cited_by_url": "https://scholar.google.com/scholar?cites=16058245771899492676\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16058245771899492676", "label": "Efficient transformers: A survey", "shape": "dot", "size": 10, "title": "Efficient transformers: A survey", "url": "https://arxiv.org/abs/2009.06732", "year": "2020"}, {"authors": "H Chen, Y Wang, T Guo, C Xu\u2026", "cited_by": 265, "cited_by_url": "https://scholar.google.com/scholar?cites=5512802662340022027\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5512802662340022027", "label": "Pre-trained image processing transformer", "shape": "dot", "size": 10, "title": "Pre-trained image processing transformer", "url": "http://openaccess.thecvf.com/content/CVPR2021/html/Chen_Pre-Trained_Image_Processing_Transformer_CVPR_2021_paper.html", "year": "2021"}, {"authors": "X Zhou, D Wang, P Kr\u00e4henb\u00fchl", "cited_by": 1445, "cited_by_url": "https://scholar.google.com/scholar?cites=4497917248250067674\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4497917248250067674", "label": "Objects as points", "shape": "dot", "size": 10, "title": "Objects as points", "url": "https://arxiv.org/abs/1904.07850", "year": "2019"}, {"authors": "C Zhang, P Patras, H Haddadi", "cited_by": 983, "cited_by_url": "https://scholar.google.com/scholar?cites=17816825046235643459\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17816825046235643459", "label": "Deep learning in mobile and wireless networking: A survey", "shape": "dot", "size": 10, "title": "Deep learning in mobile and wireless networking: A survey", "url": "https://ieeexplore.ieee.org/abstract/document/8666641/", "year": "2019"}, {"authors": "Y Li, Y Chen, N Wang, Z Zhang", "cited_by": 528, "cited_by_url": "https://scholar.google.com/scholar?cites=13948077932539262553\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13948077932539262553", "label": "Scale-aware trident networks for object detection", "shape": "dot", "size": 10, "title": "Scale-aware trident networks for object detection", "url": "http://openaccess.thecvf.com/content_ICCV_2019/html/Li_Scale-Aware_Trident_Networks_for_Object_Detection_ICCV_2019_paper.html", "year": "2019"}, {"authors": "H Zhang, C Wu, Z Zhang, Y Zhu, H Lin, Z Zhang\u2026", "cited_by": 565, "cited_by_url": "https://scholar.google.com/scholar?cites=9598601944625388771\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9598601944625388771", "label": "Resnest: Split-attention networks", "shape": "dot", "size": 10, "title": "Resnest: Split-attention networks", "url": "https://arxiv.org/abs/2004.08955", "year": "2020"}, {"authors": "J Deng, J Guo, E Ververas, I Kotsia\u2026", "cited_by": 537, "cited_by_url": "https://scholar.google.com/scholar?cites=2287243788343316923\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2287243788343316923", "label": "Retinaface: Single-shot multi-level face localisation in the wild", "shape": "dot", "size": 10, "title": "Retinaface: Single-shot multi-level face localisation in the wild", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Deng_RetinaFace_Single-Shot_Multi-Level_Face_Localisation_in_the_Wild_CVPR_2020_paper.html", "year": "2020"}, {"authors": "X Wang, KCK Chan, K Yu, C Dong\u2026", "cited_by": 403, "cited_by_url": "https://scholar.google.com/scholar?cites=5190861014575434035\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5190861014575434035", "label": "Edvr: Video restoration with enhanced deformable convolutional networks", "shape": "dot", "size": 10, "title": "Edvr: Video restoration with enhanced deformable convolutional networks", "url": "http://openaccess.thecvf.com/content_CVPRW_2019/html/NTIRE/Wang_EDVR_Video_Restoration_With_Enhanced_Deformable_Convolutional_Networks_CVPRW_2019_paper.html", "year": "2019"}, {"authors": "S Khan, M Naseer, M Hayat, SW Zamir\u2026", "cited_by": 257, "cited_by_url": "https://scholar.google.com/scholar?cites=9333527055749185909\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9333527055749185909", "label": "Transformers in vision: A survey", "shape": "dot", "size": 10, "title": "Transformers in vision: A survey", "url": "https://dl.acm.org/doi/abs/10.1145/3505244", "year": "2021"}, {"authors": "Y Jiang, S Chang, Z Wang", "cited_by": 111, "cited_by_url": "https://scholar.google.com/scholar?cites=13264315013369292854\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13264315013369292854", "label": "Transgan: Two pure transformers can make one strong gan, and that can scale up", "shape": "dot", "size": 10, "title": "Transgan: Two pure transformers can make one strong gan, and that can scale up", "url": "https://proceedings.neurips.cc/paper/2021/hash/7c220a2091c26a7f5e9f1cfb099511e3-Abstract.html", "year": "2021"}, {"authors": "H Fan, B Xiong, K Mangalam, Y Li\u2026", "cited_by": 121, "cited_by_url": "https://scholar.google.com/scholar?cites=7329647594369932315\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7329647594369932315", "label": "Multiscale vision transformers", "shape": "dot", "size": 10, "title": "Multiscale vision transformers", "url": "http://openaccess.thecvf.com/content/ICCV2021/html/Fan_Multiscale_Vision_Transformers_ICCV_2021_paper.html", "year": "2021"}, {"authors": "Y Li, K Zhang, J Cao, R Timofte, L Van Gool", "cited_by": 91, "cited_by_url": "https://scholar.google.com/scholar?cites=4416527254888837916\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4416527254888837916", "label": "Localvit: Bringing locality to vision transformers", "shape": "dot", "size": 10, "title": "Localvit: Bringing locality to vision transformers", "url": "https://arxiv.org/abs/2104.05707", "year": "2021"}, {"authors": "X Chu, Z Tian, Y Wang, B Zhang\u2026", "cited_by": 92, "cited_by_url": "https://scholar.google.com/scholar?cites=5060121065165184210\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5060121065165184210", "label": "Twins: Revisiting the design of spatial attention in vision transformers", "shape": "dot", "size": 10, "title": "Twins: Revisiting the design of spatial attention in vision transformers", "url": "https://proceedings.neurips.cc/paper/2021/hash/4e0928de075538c593fbdabb0c5ef2c3-Abstract.html", "year": "2021"}, {"authors": "J Liang, J Cao, G Sun, K Zhang\u2026", "cited_by": 96, "cited_by_url": "https://scholar.google.com/scholar?cites=15816136068893942524\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15816136068893942524", "label": "Swinir: Image restoration using swin transformer", "shape": "dot", "size": 10, "title": "Swinir: Image restoration using swin transformer", "url": "https://openaccess.thecvf.com/content/ICCV2021W/AIM/html/Liang_SwinIR_Image_Restoration_Using_Swin_Transformer_ICCVW_2021_paper.html", "year": "2021"}, {"authors": "Z Dai, H Liu, Q Le, M Tan", "cited_by": 90, "cited_by_url": "https://scholar.google.com/scholar?cites=10110104334022835757\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10110104334022835757", "label": "Coatnet: Marrying convolution and attention for all data sizes", "shape": "dot", "size": 10, "title": "Coatnet: Marrying convolution and attention for all data sizes", "url": "https://proceedings.neurips.cc/paper/2021/hash/20568692db622456cc42a2e853ca21f8-Abstract.html", "year": "2021"}, {"authors": "J Wang, Y Chen, R Chakraborty\u2026", "cited_by": 721, "cited_by_url": "https://scholar.google.com/scholar?cites=3710519923763274746\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3710519923763274746", "label": "Orthogonal convolutional neural networks", "shape": "dot", "size": 10, "title": "Orthogonal convolutional neural networks", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Wang_Orthogonal_Convolutional_Neural_Networks_CVPR_2020_paper.html", "year": "2020"}, {"authors": "MJ Horry, S Chakraborty, M Paul, A Ulhaq\u2026", "cited_by": 177, "cited_by_url": "https://scholar.google.com/scholar?cites=13137715579964781651\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13137715579964781651", "label": "COVID-19 detection through transfer learning using multimodal imaging data", "shape": "dot", "size": 10, "title": "COVID-19 detection through transfer learning using multimodal imaging data", "url": "https://ieeexplore.ieee.org/abstract/document/9167243/", "year": "2020"}, {"authors": "Z Zhang, C Lan, W Zeng, X Jin\u2026", "cited_by": 171, "cited_by_url": "https://scholar.google.com/scholar?cites=15864607000188383728\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15864607000188383728", "label": "Relation-aware global attention for person re-identification", "shape": "dot", "size": 10, "title": "Relation-aware global attention for person re-identification", "url": "http://openaccess.thecvf.com/content_CVPR_2020/html/Zhang_Relation-Aware_Global_Attention_for_Person_Re-Identification_CVPR_2020_paper.html", "year": "2020"}, {"authors": "A Arnab, M Dehghani, G Heigold\u2026", "cited_by": 193, "cited_by_url": "https://scholar.google.com/scholar?cites=1788827408361087894\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1788827408361087894", "label": "Vivit: A video vision transformer", "shape": "dot", "size": 10, "title": "Vivit: A video vision transformer", "url": "https://openaccess.thecvf.com/content/ICCV2021/html/Arnab_ViViT_A_Video_Vision_Transformer_ICCV_2021_paper.html?ref=https://githubhelp.com", "year": "2021"}, {"authors": "D Hendrycks, K Zhao, S Basart\u2026", "cited_by": 290, "cited_by_url": "https://scholar.google.com/scholar?cites=1426370300375211168\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1426370300375211168", "label": "Natural adversarial examples", "shape": "dot", "size": 10, "title": "Natural adversarial examples", "url": "http://openaccess.thecvf.com/content/CVPR2021/html/Hendrycks_Natural_Adversarial_Examples_CVPR_2021_paper.html", "year": "2021"}, {"authors": "M Caron, H Touvron, I Misra, H J\u00e9gou\u2026", "cited_by": 358, "cited_by_url": "https://scholar.google.com/scholar?cites=7839340722404285552\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7839340722404285552", "label": "Emerging properties in self-supervised vision transformers", "shape": "dot", "size": 10, "title": "Emerging properties in self-supervised vision transformers", "url": "http://openaccess.thecvf.com/content/ICCV2021/html/Caron_Emerging_Properties_in_Self-Supervised_Vision_Transformers_ICCV_2021_paper.html", "year": "2021"}, {"authors": "IO Tolstikhin, N Houlsby, A Kolesnikov\u2026", "cited_by": 271, "cited_by_url": "https://scholar.google.com/scholar?cites=10553738615668616847\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10553738615668616847", "label": "Mlp-mixer: An all-mlp architecture for vision", "shape": "dot", "size": 10, "title": "Mlp-mixer: An all-mlp architecture for vision", "url": "https://proceedings.neurips.cc/paper/2021/hash/cba0a4ee5ccd02fda0fe3f9a3e7b89fe-Abstract.html", "year": "2021"}, {"authors": "H Wu, B Xiao, N Codella, M Liu, X Dai\u2026", "cited_by": 242, "cited_by_url": "https://scholar.google.com/scholar?cites=11517447940529951525\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11517447940529951525", "label": "Cvt: Introducing convolutions to vision transformers", "shape": "dot", "size": 10, "title": "Cvt: Introducing convolutions to vision transformers", "url": "http://openaccess.thecvf.com/content/ICCV2021/html/Wu_CvT_Introducing_Convolutions_to_Vision_Transformers_ICCV_2021_paper.html", "year": "2021"}, {"authors": "S Minaee, YY Boykov, F Porikli, AJ Plaza\u2026", "cited_by": 670, "cited_by_url": "https://scholar.google.com/scholar?cites=440687180680399503\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "440687180680399503", "label": "Image segmentation using deep learning: A survey", "shape": "dot", "size": 10, "title": "Image segmentation using deep learning: A survey", "url": "https://ieeexplore.ieee.org/abstract/document/9356353/", "year": "2021"}, {"authors": "J Janai, F G\u00fcney, A Behl, A Geiger", "cited_by": 509, "cited_by_url": "https://scholar.google.com/scholar?cites=2597834166337025404\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2597834166337025404", "label": "Computer vision for autonomous vehicles: Problems, datasets and state of the art", "shape": "dot", "size": 10, "title": "Computer vision for autonomous vehicles: Problems, datasets and state of the art", "url": "https://www.nowpublishers.com/article/Details/CGV-079", "year": "2020"}, {"authors": "A Kirillov, R Girshick, K He\u2026", "cited_by": 503, "cited_by_url": "https://scholar.google.com/scholar?cites=4764353839421452842\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4764353839421452842", "label": "Panoptic feature pyramid networks", "shape": "dot", "size": 10, "title": "Panoptic feature pyramid networks", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Kirillov_Panoptic_Feature_Pyramid_Networks_CVPR_2019_paper.html", "year": "2019"}, {"authors": "X Yang, K Tang, H Zhang, J Cai", "cited_by": 370, "cited_by_url": "https://scholar.google.com/scholar?cites=8920795868500143528\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8920795868500143528", "label": "Auto-encoding scene graphs for image captioning", "shape": "dot", "size": 10, "title": "Auto-encoding scene graphs for image captioning", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Yang_Auto-Encoding_Scene_Graphs_for_Image_Captioning_CVPR_2019_paper.html", "year": "2019"}, {"authors": "A Gupta, P Dollar, R Girshick", "cited_by": 340, "cited_by_url": "https://scholar.google.com/scholar?cites=9019797957058084709\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9019797957058084709", "label": "LVIS: A dataset for large vocabulary instance segmentation", "shape": "dot", "size": 10, "title": "LVIS: A dataset for large vocabulary instance segmentation", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Gupta_LVIS_A_Dataset_for_Large_Vocabulary_Instance_Segmentation_CVPR_2019_paper.html", "year": "2019"}, {"authors": "P Voigtlaender, M Krause, A Osep\u2026", "cited_by": 243, "cited_by_url": "https://scholar.google.com/scholar?cites=10465085812130342644\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10465085812130342644", "label": "Mots: Multi-object tracking and segmentation", "shape": "dot", "size": 10, "title": "Mots: Multi-object tracking and segmentation", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Voigtlaender_MOTS_Multi-Object_Tracking_and_Segmentation_CVPR_2019_paper.html", "year": "2019"}, {"authors": "A Khan, A Sohail, U Zahoora, AS Qureshi", "cited_by": 1166, "cited_by_url": "https://scholar.google.com/scholar?cites=3815368487389254038\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3815368487389254038", "label": "A survey of the recent architectures of deep convolutional neural networks", "shape": "dot", "size": 10, "title": "A survey of the recent architectures of deep convolutional neural networks", "url": "https://link.springer.com/article/10.1007/s10462-020-09825-6", "year": "2020"}, {"authors": "K Chen, J Pang, J Wang, Y Xiong, X Li\u2026", "cited_by": 624, "cited_by_url": "https://scholar.google.com/scholar?cites=1410244110601279407\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1410244110601279407", "label": "Hybrid task cascade for instance segmentation", "shape": "dot", "size": 10, "title": "Hybrid task cascade for instance segmentation", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Chen_Hybrid_Task_Cascade_for_Instance_Segmentation_CVPR_2019_paper.html", "year": "2019"}, {"authors": "Z Zheng, P Wang, W Liu, J Li, R Ye\u2026", "cited_by": 666, "cited_by_url": "https://scholar.google.com/scholar?cites=13055852169785823920\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13055852169785823920", "label": "Distance-IoU loss: Faster and better learning for bounding box regression", "shape": "dot", "size": 10, "title": "Distance-IoU loss: Faster and better learning for bounding box regression", "url": "https://ojs.aaai.org/index.php/AAAI/article/view/6999", "year": "2020"}, {"authors": "X Zhu, J Pang, C Yang, J Shi\u2026", "cited_by": 177, "cited_by_url": "https://scholar.google.com/scholar?cites=7497629776340245603\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7497629776340245603", "label": "Adapting object detectors via selective cross-domain alignment", "shape": "dot", "size": 10, "title": "Adapting object detectors via selective cross-domain alignment", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Zhu_Adapting_Object_Detectors_via_Selective_Cross-Domain_Alignment_CVPR_2019_paper.html", "year": "2019"}, {"authors": "H Qin, R Gong, X Liu, X Bai, J Song, N Sebe", "cited_by": 172, "cited_by_url": "https://scholar.google.com/scholar?cites=2829673525549867886\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2829673525549867886", "label": "Binary neural networks: A survey", "shape": "dot", "size": 10, "title": "Binary neural networks: A survey", "url": "https://www.sciencedirect.com/science/article/pii/S0031320320300856", "year": "2020"}, {"authors": "K He, G Gkioxari, P Doll\u00e1r\u2026", "cited_by": 18008, "cited_by_url": "https://scholar.google.com/scholar?cites=11459229647356475672\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11459229647356475672", "label": "Mask r-cnn", "shape": "dot", "size": 10, "title": "Mask r-cnn", "url": "http://openaccess.thecvf.com/content_iccv_2017/html/He_Mask_R-CNN_ICCV_2017_paper.html", "year": "2017"}, {"authors": "J Hu, L Shen, G Sun", "cited_by": 12081, "cited_by_url": "https://scholar.google.com/scholar?cites=11424287065250598243\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11424287065250598243", "label": "Squeeze-and-excitation networks", "shape": "dot", "size": 10, "title": "Squeeze-and-excitation networks", "url": "http://openaccess.thecvf.com/content_cvpr_2018/html/Hu_Squeeze-and-Excitation_Networks_CVPR_2018_paper.html", "year": "2018"}, {"authors": "S Xie, R Girshick, P Doll\u00e1r, Z Tu\u2026", "cited_by": 6514, "cited_by_url": "https://scholar.google.com/scholar?cites=11890020786646058356\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11890020786646058356", "label": "Aggregated residual transformations for deep neural networks", "shape": "dot", "size": 10, "title": "Aggregated residual transformations for deep neural networks", "url": "http://openaccess.thecvf.com/content_cvpr_2017/html/Xie_Aggregated_Residual_Transformations_CVPR_2017_paper.html", "year": "2017"}, {"authors": "S Woo, J Park, JY Lee\u2026", "cited_by": 4701, "cited_by_url": "https://scholar.google.com/scholar?cites=57030359015830554\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "57030359015830554", "label": "Cbam: Convolutional block attention module", "shape": "dot", "size": 10, "title": "Cbam: Convolutional block attention module", "url": "http://openaccess.thecvf.com/content_ECCV_2018/html/Sanghyun_Woo_Convolutional_Block_Attention_ECCV_2018_paper.html", "year": "2018"}, {"authors": "V Badrinarayanan, A Kendall\u2026", "cited_by": 10809, "cited_by_url": "https://scholar.google.com/scholar?cites=8599254436676320906\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8599254436676320906", "label": "Segnet: A deep convolutional encoder-decoder architecture for image segmentation", "shape": "dot", "size": 10, "title": "Segnet: A deep convolutional encoder-decoder architecture for image segmentation", "url": "https://ieeexplore.ieee.org/abstract/document/7803544/", "year": "2017"}, {"authors": "LC Chen, G Papandreou, I Kokkinos\u2026", "cited_by": 11064, "cited_by_url": "https://scholar.google.com/scholar?cites=12855937004888359241\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12855937004888359241", "label": "Deeplab: Semantic image segmentation with deep convolutional nets, atrous convolution, and fully connected crfs", "shape": "dot", "size": 10, "title": "Deeplab: Semantic image segmentation with deep convolutional nets, atrous convolution, and fully connected crfs", "url": "https://ieeexplore.ieee.org/abstract/document/7913730/", "year": "2017"}, {"authors": "J Long, E Shelhamer, T Darrell", "cited_by": 26266, "cited_by_url": "https://scholar.google.com/scholar?cites=16635967164511657165\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16635967164511657165", "label": "Fully convolutional networks for semantic segmentation", "shape": "dot", "size": 10, "title": "Fully convolutional networks for semantic segmentation", "url": "http://openaccess.thecvf.com/content_cvpr_2015/html/Long_Fully_Convolutional_Networks_2015_CVPR_paper.html", "year": "2015"}, {"authors": "H Zhao, J Shi, X Qi, X Wang\u2026", "cited_by": 6941, "cited_by_url": "https://scholar.google.com/scholar?cites=14280592669518971589\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14280592669518971589", "label": "Pyramid scene parsing network", "shape": "dot", "size": 10, "title": "Pyramid scene parsing network", "url": "http://openaccess.thecvf.com/content_cvpr_2017/html/Zhao_Pyramid_Scene_Parsing_CVPR_2017_paper.html", "year": "2017"}, {"authors": "LC Chen, Y Zhu, G Papandreou\u2026", "cited_by": 6148, "cited_by_url": "https://scholar.google.com/scholar?cites=5370440400011509498\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5370440400011509498", "label": "Encoder-decoder with atrous separable convolution for semantic image segmentation", "shape": "dot", "size": 10, "title": "Encoder-decoder with atrous separable convolution for semantic image segmentation", "url": "http://openaccess.thecvf.com/content_ECCV_2018/html/Liang-Chieh_Chen_Encoder-Decoder_with_Atrous_ECCV_2018_paper.html", "year": "2018"}, {"authors": "LC Chen, G Papandreou, F Schroff, H Adam", "cited_by": 4647, "cited_by_url": "https://scholar.google.com/scholar?cites=16963939800398006067\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "16963939800398006067", "label": "Rethinking atrous convolution for semantic image segmentation", "shape": "dot", "size": 10, "title": "Rethinking atrous convolution for semantic image segmentation", "url": "https://arxiv.org/abs/1706.05587", "year": "2017"}, {"authors": "E Shelhamer, J Long, T Darrell", "cited_by": 4406, "cited_by_url": "https://scholar.google.com/scholar?cites=18079961007055527406\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "18079961007055527406", "label": "Fully convolutional networks for semantic segmentation", "shape": "dot", "size": 10, "title": "Fully convolutional networks for semantic segmentation", "url": "https://ieeexplore.ieee.org/abstract/document/7478072/", "year": "2016"}, {"authors": "S Zheng, S Jayasumana\u2026", "cited_by": 2741, "cited_by_url": "https://scholar.google.com/scholar?cites=4680896688857314530\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4680896688857314530", "label": "Conditional random fields as recurrent neural networks", "shape": "dot", "size": 10, "title": "Conditional random fields as recurrent neural networks", "url": "https://www.cv-foundation.org/openaccess/content_iccv_2015/html/Zheng_Conditional_Random_Fields_ICCV_2015_paper.html", "year": "2015"}, {"authors": "G Lin, A Milan, C Shen, I Reid", "cited_by": 2270, "cited_by_url": "https://scholar.google.com/scholar?cites=9682999547844662749\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9682999547844662749", "label": "Refinenet: Multi-path refinement networks for high-resolution semantic segmentation", "shape": "dot", "size": 10, "title": "Refinenet: Multi-path refinement networks for high-resolution semantic segmentation", "url": "http://openaccess.thecvf.com/content_cvpr_2017/html/Lin_RefineNet_Multi-Path_Refinement_CVPR_2017_paper.html", "year": "2017"}, {"authors": "F Yu, V Koltun", "cited_by": 6650, "cited_by_url": "https://scholar.google.com/scholar?cites=381540638710125131\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "381540638710125131", "label": "Multi-scale context aggregation by dilated convolutions", "shape": "dot", "size": 10, "title": "Multi-scale context aggregation by dilated convolutions", "url": "https://arxiv.org/abs/1511.07122", "year": "2015"}, {"authors": "J Fu, J Liu, H Tian, Y Li, Y Bao\u2026", "cited_by": 2340, "cited_by_url": "https://scholar.google.com/scholar?cites=7464044873387137971\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7464044873387137971", "label": "Dual attention network for scene segmentation", "shape": "dot", "size": 10, "title": "Dual attention network for scene segmentation", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Fu_Dual_Attention_Network_for_Scene_Segmentation_CVPR_2019_paper.html", "year": "2019"}, {"authors": "M Kristan, J Matas, A Leonardis\u2026", "cited_by": 1399, "cited_by_url": "https://scholar.google.com/scholar?cites=5030672482439802527\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5030672482439802527", "label": "The visual object tracking vot2015 challenge results", "shape": "dot", "size": 10, "title": "The visual object tracking vot2015 challenge results", "url": "https://www.cv-foundation.org/openaccess/content_iccv_2015_workshops/w14/html/Kristan_The_Visual_Object_ICCV_2015_paper.html", "year": "2015"}, {"authors": "A Lukezic, T Vojir, L \u02c7Cehovin Zajc\u2026", "cited_by": 1041, "cited_by_url": "https://scholar.google.com/scholar?cites=10607552131352769008\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10607552131352769008", "label": "Discriminative correlation filter with channel and spatial reliability", "shape": "dot", "size": 10, "title": "Discriminative correlation filter with channel and spatial reliability", "url": "http://openaccess.thecvf.com/content_cvpr_2017/html/Lukezic_Discriminative_Correlation_Filter_CVPR_2017_paper.html", "year": "2017"}, {"authors": "Q Guo, W Feng, C Zhou, R Huang\u2026", "cited_by": 590, "cited_by_url": "https://scholar.google.com/scholar?cites=9677662898225746192\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9677662898225746192", "label": "Learning dynamic siamese network for visual object tracking", "shape": "dot", "size": 10, "title": "Learning dynamic siamese network for visual object tracking", "url": "http://openaccess.thecvf.com/content_iccv_2017/html/Guo_Learning_Dynamic_Siamese_ICCV_2017_paper.html", "year": "2017"}, {"authors": "M Wang, Y Liu, Z Huang", "cited_by": 521, "cited_by_url": "https://scholar.google.com/scholar?cites=18138603703196866305\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "18138603703196866305", "label": "Large margin object tracking with circulant feature maps", "shape": "dot", "size": 10, "title": "Large margin object tracking with circulant feature maps", "url": "http://openaccess.thecvf.com/content_cvpr_2017/html/Wang_Large_Margin_Object_CVPR_2017_paper.html", "year": "2017"}, {"authors": "Y Song, C Ma, L Gong, J Zhang\u2026", "cited_by": 503, "cited_by_url": "https://scholar.google.com/scholar?cites=3453971945427589773\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3453971945427589773", "label": "Crest: Convolutional residual learning for visual tracking", "shape": "dot", "size": 10, "title": "Crest: Convolutional residual learning for visual tracking", "url": "http://openaccess.thecvf.com/content_iccv_2017/html/Song_CREST_Convolutional_Residual_ICCV_2017_paper.html", "year": "2017"}, {"authors": "H Fan, L Lin, F Yang, P Chu, G Deng\u2026", "cited_by": 525, "cited_by_url": "https://scholar.google.com/scholar?cites=15741818586838520636\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15741818586838520636", "label": "Lasot: A high-quality benchmark for large-scale single object tracking", "shape": "dot", "size": 10, "title": "Lasot: A high-quality benchmark for large-scale single object tracking", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Fan_LaSOT_A_High-Quality_Benchmark_for_Large-Scale_Single_Object_Tracking_CVPR_2019_paper.html", "year": "2019"}, {"authors": "Y Li, J Zhu, SCH Hoi", "cited_by": 397, "cited_by_url": "https://scholar.google.com/scholar?cites=618905487863163883\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "618905487863163883", "label": "Reliable patch trackers: Robust visual tracking by exploiting reliable patches", "shape": "dot", "size": 10, "title": "Reliable patch trackers: Robust visual tracking by exploiting reliable patches", "url": "https://www.cv-foundation.org/openaccess/content_cvpr_2015/html/Li_Reliable_Patch_Trackers_2015_CVPR_paper.html", "year": "2015"}, {"authors": "N Wang, S Li, A Gupta, DY Yeung", "cited_by": 361, "cited_by_url": "https://scholar.google.com/scholar?cites=5985507243773621854\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5985507243773621854", "label": "Transferring rich feature hierarchies for robust visual tracking", "shape": "dot", "size": 10, "title": "Transferring rich feature hierarchies for robust visual tracking", "url": "https://arxiv.org/abs/1501.04587", "year": "2015"}, {"authors": "D Garlan, R Allen, J Ockerbloom", "cited_by": 830, "cited_by_url": "https://scholar.google.com/scholar?cites=12947555455381547366\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12947555455381547366", "label": "Architectural mismatch or why it\u0027s hard to build systems out of existing parts", "shape": "dot", "size": 10, "title": "Architectural mismatch or why it\u0027s hard to build systems out of existing parts", "url": "https://ieeexplore.ieee.org/abstract/document/5071103/", "year": "1995"}, {"authors": "Q Wang, L Zhang, L Bertinetto\u2026", "cited_by": 765, "cited_by_url": "https://scholar.google.com/scholar?cites=13797846934589467194\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13797846934589467194", "label": "Fast online object tracking and segmentation: A unifying approach", "shape": "dot", "size": 10, "title": "Fast online object tracking and segmentation: A unifying approach", "url": "http://openaccess.thecvf.com/content_CVPR_2019/html/Wang_Fast_Online_Object_Tracking_and_Segmentation_A_Unifying_Approach_CVPR_2019_paper.html", "year": "2019"}, {"authors": "Z Hong, Z Chen, C Wang, X Mei\u2026", "cited_by": 680, "cited_by_url": "https://scholar.google.com/scholar?cites=2071962215890699645\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2071962215890699645", "label": "Multi-store tracker (muster): A cognitive psychology inspired approach to object tracking", "shape": "dot", "size": 10, "title": "Multi-store tracker (muster): A cognitive psychology inspired approach to object tracking", "url": "http://openaccess.thecvf.com/content_cvpr_2015/html/Hong_MUlti-Store_Tracker_MUSTer_2015_CVPR_paper.html", "year": "2015"}, {"authors": "S Yun, J Choi, Y Yoo, K Yun\u2026", "cited_by": 467, "cited_by_url": "https://scholar.google.com/scholar?cites=2540846610689605576\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2540846610689605576", "label": "Action-decision networks for visual tracking with deep reinforcement learning", "shape": "dot", "size": 10, "title": "Action-decision networks for visual tracking with deep reinforcement learning", "url": "http://openaccess.thecvf.com/content_cvpr_2017/html/Yun_Action-Decision_Networks_for_CVPR_2017_paper.html", "year": "2017"}, {"authors": "P Li, D Wang, L Wang, H Lu", "cited_by": 383, "cited_by_url": "https://scholar.google.com/scholar?cites=3998452468391702915\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3998452468391702915", "label": "Deep visual tracking: Review and experimental comparison", "shape": "dot", "size": 10, "title": "Deep visual tracking: Review and experimental comparison", "url": "https://www.sciencedirect.com/science/article/pii/S0031320317304612", "year": "2018"}, {"authors": "S Zhang, H Yao, X Sun, X Lu", "cited_by": 319, "cited_by_url": "https://scholar.google.com/scholar?cites=15118849654682374627\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15118849654682374627", "label": "Sparse coding based visual tracking: Review and experimental comparison", "shape": "dot", "size": 10, "title": "Sparse coding based visual tracking: Review and experimental comparison", "url": "https://www.sciencedirect.com/science/article/pii/S0031320312004396", "year": "2013"}, {"authors": "J Choi, H Jin Chang, S Yun, T Fischer\u2026", "cited_by": 312, "cited_by_url": "https://scholar.google.com/scholar?cites=7048582756083604217\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7048582756083604217", "label": "Attentional correlation filter network for adaptive visual tracking", "shape": "dot", "size": 10, "title": "Attentional correlation filter network for adaptive visual tracking", "url": "http://openaccess.thecvf.com/content_cvpr_2017/html/Choi_Attentional_Correlation_Filter_CVPR_2017_paper.html", "year": "2017"}, {"authors": "R Ranjan, VM Patel, R Chellappa", "cited_by": 1113, "cited_by_url": "https://scholar.google.com/scholar?cites=8494434349347836067\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8494434349347836067", "label": "Hyperface: A deep multi-task learning framework for face detection, landmark localization, pose estimation, and gender recognition", "shape": "dot", "size": 10, "title": "Hyperface: A deep multi-task learning framework for face detection, landmark localization, pose estimation, and gender recognition", "url": "https://ieeexplore.ieee.org/abstract/document/8170321/", "year": "2017"}, {"authors": "S Liu, D Huang", "cited_by": 725, "cited_by_url": "https://scholar.google.com/scholar?cites=17707966079671814827\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17707966079671814827", "label": "Receptive field block net for accurate and fast object detection", "shape": "dot", "size": 10, "title": "Receptive field block net for accurate and fast object detection", "url": "http://openaccess.thecvf.com/content_ECCV_2018/html/Songtao_Liu_Receptive_Field_Block_ECCV_2018_paper.html", "year": "2018"}, {"authors": "B Singh, LS Davis", "cited_by": 551, "cited_by_url": "https://scholar.google.com/scholar?cites=6373280868032745912\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6373280868032745912", "label": "An analysis of scale invariance in object detection snip", "shape": "dot", "size": 10, "title": "An analysis of scale invariance in object detection snip", "url": "http://openaccess.thecvf.com/content_cvpr_2018/html/Singh_An_Analysis_of_CVPR_2018_paper.html", "year": "2018"}, {"authors": "M Najibi, P Samangouei\u2026", "cited_by": 382, "cited_by_url": "https://scholar.google.com/scholar?cites=1379264465068802050\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1379264465068802050", "label": "Ssh: Single stage headless face detector", "shape": "dot", "size": 10, "title": "Ssh: Single stage headless face detector", "url": "http://openaccess.thecvf.com/content_iccv_2017/html/Najibi_SSH_Single_Stage_ICCV_2017_paper.html", "year": "2017"}, {"authors": "M Andriluka, L Pishchulin, P Gehler\u2026", "cited_by": 1884, "cited_by_url": "https://scholar.google.com/scholar?cites=1668283723629823735\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1668283723629823735", "label": "2d human pose estimation: New benchmark and state of the art analysis", "shape": "dot", "size": 10, "title": "2d human pose estimation: New benchmark and state of the art analysis", "url": "http://openaccess.thecvf.com/content_cvpr_2014/html/Andriluka_2D_Human_Pose_2014_CVPR_paper.html", "year": "2014"}, {"authors": "A Farhadi, M Hejrati, MA Sadeghi, P Young\u2026", "cited_by": 1213, "cited_by_url": "https://scholar.google.com/scholar?cites=15834171481971256049\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15834171481971256049", "label": "Every picture tells a story: Generating sentences from images", "shape": "dot", "size": 10, "title": "Every picture tells a story: Generating sentences from images", "url": "https://link.springer.com/chapter/10.1007/978-3-642-15561-1_2", "year": "2010"}, {"authors": "A Kuznetsova, H Rom, N Alldrin, J Uijlings\u2026", "cited_by": 1066, "cited_by_url": "https://scholar.google.com/scholar?cites=57299475432091177\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "57299475432091177", "label": "The open images dataset v4", "shape": "dot", "size": 10, "title": "The open images dataset v4", "url": "https://link.springer.com/article/10.1007/s11263-020-01316-z", "year": "2020"}, {"authors": "A Khosla, N Jayadevaprakash, B Yao, FF Li", "cited_by": 967, "cited_by_url": "https://scholar.google.com/scholar?cites=13232856954311379714\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13232856954311379714", "label": "Novel dataset for fine-grained image categorization: Stanford dogs", "shape": "dot", "size": 10, "title": "Novel dataset for fine-grained image categorization: Stanford dogs", "url": "https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.255.6394\u0026rep=rep1\u0026type=pdf", "year": "2011"}, {"authors": "JC Niebles, CW Chen, L Fei-Fei", "cited_by": 892, "cited_by_url": "https://scholar.google.com/scholar?cites=14943940645006930365\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14943940645006930365", "label": "Modeling temporal structure of decomposable motion segments for activity classification", "shape": "dot", "size": 10, "title": "Modeling temporal structure of decomposable motion segments for activity classification", "url": "https://link.springer.com/chapter/10.1007/978-3-642-15552-9_29", "year": "2010"}, {"authors": "C Lu, R Krishna, M Bernstein, L Fei-Fei", "cited_by": 792, "cited_by_url": "https://scholar.google.com/scholar?cites=518833812754147671\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "518833812754147671", "label": "Visual relationship detection with language priors", "shape": "dot", "size": 10, "title": "Visual relationship detection with language priors", "url": "https://link.springer.com/chapter/10.1007/978-3-319-46448-0_51", "year": "2016"}, {"authors": "HS Koppula, R Gupta\u2026", "cited_by": 736, "cited_by_url": "https://scholar.google.com/scholar?cites=8208490194922359788\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8208490194922359788", "label": "Learning human activities and object affordances from rgb-d videos", "shape": "dot", "size": 10, "title": "Learning human activities and object affordances from rgb-d videos", "url": "https://journals.sagepub.com/doi/abs/10.1177/0278364913478446", "year": "2013"}, {"authors": "D Xu, Y Zhu, CB Choy, L Fei-Fei", "cited_by": 738, "cited_by_url": "https://scholar.google.com/scholar?cites=12812416044799283808\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12812416044799283808", "label": "Scene graph generation by iterative message passing", "shape": "dot", "size": 10, "title": "Scene graph generation by iterative message passing", "url": "http://openaccess.thecvf.com/content_cvpr_2017/html/Xu_Scene_Graph_Generation_CVPR_2017_paper.html", "year": "2017"}, {"authors": "HS Koppula, A Saxena", "cited_by": 671, "cited_by_url": "https://scholar.google.com/scholar?cites=3948965539173451882\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3948965539173451882", "label": "Anticipating human activities using object affordances for reactive robotic response", "shape": "dot", "size": 10, "title": "Anticipating human activities using object affordances for reactive robotic response", "url": "https://ieeexplore.ieee.org/abstract/document/7102751/", "year": "2015"}, {"authors": "K He, X Zhang, S Ren, J Sun", "cited_by": 113256, "cited_by_url": "https://scholar.google.com/scholar?cites=9281510746729853742\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9281510746729853742", "label": "Deep residual learning for image recognition", "shape": "dot", "size": 10, "title": "Deep residual learning for image recognition", "url": "http://openaccess.thecvf.com/content_cvpr_2016/html/He_Deep_Residual_Learning_CVPR_2016_paper.html", "year": "2016"}, {"authors": "AG Howard, M Zhu, B Chen, D Kalenichenko\u2026", "cited_by": 12657, "cited_by_url": "https://scholar.google.com/scholar?cites=5758617088745811384\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5758617088745811384", "label": "Mobilenets: Efficient convolutional neural networks for mobile vision applications", "shape": "dot", "size": 10, "title": "Mobilenets: Efficient convolutional neural networks for mobile vision applications", "url": "https://arxiv.org/abs/1704.04861", "year": "2017"}, {"authors": "J Redmon, A Farhadi", "cited_by": 12389, "cited_by_url": "https://scholar.google.com/scholar?cites=12589619088479868341\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12589619088479868341", "label": "Yolov3: An incremental improvement", "shape": "dot", "size": 10, "title": "Yolov3: An incremental improvement", "url": "https://arxiv.org/abs/1804.02767", "year": "2018"}, {"authors": "MD Zeiler, R Fergus", "cited_by": 15032, "cited_by_url": "https://scholar.google.com/scholar?cites=7533260230303233181\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7533260230303233181", "label": "Visualizing and understanding convolutional networks", "shape": "dot", "size": 10, "title": "Visualizing and understanding convolutional networks", "url": "https://link.springer.com/chapter/10.1007/978-3-319-10590-1_53", "year": "2014"}, {"authors": "K He, X Zhang, S Ren, J Sun", "cited_by": 15237, "cited_by_url": "https://scholar.google.com/scholar?cites=6243061688889140249\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6243061688889140249", "label": "Delving deep into rectifiers: Surpassing human-level performance on imagenet classification", "shape": "dot", "size": 10, "title": "Delving deep into rectifiers: Surpassing human-level performance on imagenet classification", "url": "http://openaccess.thecvf.com/content_iccv_2015/html/He_Delving_Deep_into_ICCV_2015_paper.html", "year": "2015"}, {"authors": "Y Jia, E Shelhamer, J Donahue, S Karayev\u2026", "cited_by": 16506, "cited_by_url": "https://scholar.google.com/scholar?cites=1739257544589912763\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1739257544589912763", "label": "Caffe: Convolutional architecture for fast feature embedding", "shape": "dot", "size": 10, "title": "Caffe: Convolutional architecture for fast feature embedding", "url": "https://dl.acm.org/doi/abs/10.1145/2647868.2654889", "year": "2014"}, {"authors": "K Simonyan, A Zisserman", "cited_by": 76576, "cited_by_url": "https://scholar.google.com/scholar?cites=15993525775437884507\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15993525775437884507", "label": "Very deep convolutional networks for large-scale image recognition", "shape": "dot", "size": 10, "title": "Very deep convolutional networks for large-scale image recognition", "url": "https://arxiv.org/abs/1409.1556", "year": "2014"}, {"authors": "J Schmidhuber", "cited_by": 15529, "cited_by_url": "https://scholar.google.com/scholar?cites=15932869302045479284\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15932869302045479284", "label": "Deep learning in neural networks: An overview", "shape": "dot", "size": 10, "title": "Deep learning in neural networks: An overview", "url": "https://www.sciencedirect.com/science/article/pii/S0893608014002135", "year": "2015"}, {"authors": "IH Witten, E Frank", "cited_by": 44898, "cited_by_url": "https://scholar.google.com/scholar?cites=33360340445245158\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "33360340445245158", "label": "Data mining: practical machine learning tools and techniques with Java implementations", "shape": "dot", "size": 10, "title": "Data mining: practical machine learning tools and techniques with Java implementations", "url": "https://dl.acm.org/doi/pdf/10.1145/507338.507355", "year": "2002"}, {"authors": "G Litjens, T Kooi, BE Bejnordi, AAA Setio, F Ciompi\u2026", "cited_by": 7435, "cited_by_url": "https://scholar.google.com/scholar?cites=17186798094825352745\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17186798094825352745", "label": "A survey on deep learning in medical image analysis", "shape": "dot", "size": 10, "title": "A survey on deep learning in medical image analysis", "url": "https://www.sciencedirect.com/science/article/pii/S1361841517301135", "year": "2017"}, {"authors": "D Shen, G Wu, HI Suk", "cited_by": 2473, "cited_by_url": "https://scholar.google.com/scholar?cites=15979539249648882528\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15979539249648882528", "label": "Deep learning in medical image analysis", "shape": "dot", "size": 10, "title": "Deep learning in medical image analysis", "url": "https://www.annualreviews.org/doi/abs/10.1146/annurev-bioeng-071516-044442", "year": "2017"}, {"authors": "MI Jordan, TM Mitchell", "cited_by": 3948, "cited_by_url": "https://scholar.google.com/scholar?cites=10883068066968164261\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "10883068066968164261", "label": "Machine learning: Trends, perspectives, and prospects", "shape": "dot", "size": 10, "title": "Machine learning: Trends, perspectives, and prospects", "url": "https://www.science.org/doi/abs/10.1126/science.aaa8415", "year": "2015"}, {"authors": "S Levine, C Finn, T Darrell, P Abbeel", "cited_by": 2837, "cited_by_url": "https://scholar.google.com/scholar?cites=4721631804326015979\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4721631804326015979", "label": "End-to-end training of deep visuomotor policies", "shape": "dot", "size": 10, "title": "End-to-end training of deep visuomotor policies", "url": "https://www.jmlr.org/papers/volume17/15-522/15-522.pdf", "year": "2016"}, {"authors": "W Liu, Z Wang, X Liu, N Zeng, Y Liu, FE Alsaadi", "cited_by": 2188, "cited_by_url": "https://scholar.google.com/scholar?cites=7671803503379420781\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7671803503379420781", "label": "A survey of deep neural network architectures and their applications", "shape": "dot", "size": 10, "title": "A survey of deep neural network architectures and their applications", "url": "https://www.sciencedirect.com/science/article/pii/S0925231216315533", "year": "2017"}, {"authors": "G Klambauer, T Unterthiner, A Mayr\u2026", "cited_by": 1968, "cited_by_url": "https://scholar.google.com/scholar?cites=3659160383490046744\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "3659160383490046744", "label": "Self-normalizing neural networks", "shape": "dot", "size": 10, "title": "Self-normalizing neural networks", "url": "https://proceedings.neurips.cc/paper/6698-self-normalizing-neural-networks", "year": "2017"}, {"authors": "BM Lake, TD Ullman, JB Tenenbaum\u2026", "cited_by": 1885, "cited_by_url": "https://scholar.google.com/scholar?cites=8504723689348856287\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8504723689348856287", "label": "Building machines that learn and think like people", "shape": "dot", "size": 10, "title": "Building machines that learn and think like people", "url": "https://www.cambridge.org/core/journals/behavioral-and-brain-sciences/article/building-machines-that-learn-and-think-like-people/A9535B1D745A0377E16C590E14B94993", "year": "2017"}, {"authors": "W Rawat, Z Wang", "cited_by": 1935, "cited_by_url": "https://scholar.google.com/scholar?cites=17428665317973389220\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17428665317973389220", "label": "Deep convolutional neural networks for image classification: A comprehensive review", "shape": "dot", "size": 10, "title": "Deep convolutional neural networks for image classification: A comprehensive review", "url": "https://ieeexplore.ieee.org/abstract/document/8016501/", "year": "2017"}, {"authors": "SP Mohanty, DP Hughes, M Salath\u00e9", "cited_by": 1736, "cited_by_url": "https://scholar.google.com/scholar?cites=13647028329232773843\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13647028329232773843", "label": "Using deep learning for image-based plant disease detection", "shape": "dot", "size": 10, "title": "Using deep learning for image-based plant disease detection", "url": "https://www.frontiersin.org/articles/10.3389/fpls.2016.01419/full", "year": "2016"}, {"authors": "M Abadi, P Barham, J Chen, Z Chen, A Davis\u2026", "cited_by": 17332, "cited_by_url": "https://scholar.google.com/scholar?cites=13312035063239472247\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13312035063239472247", "label": "{TensorFlow}: A System for {Large-Scale} Machine Learning", "shape": "dot", "size": 10, "title": "{TensorFlow}: A System for {Large-Scale} Machine Learning", "url": "https://www.usenix.org/conference/osdi16/technical-sessions/presentation/abadi", "year": "2016"}, {"authors": "IJ Goodfellow, J Shlens, C Szegedy", "cited_by": 11063, "cited_by_url": "https://scholar.google.com/scholar?cites=14908107896544813002\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14908107896544813002", "label": "Explaining and harnessing adversarial examples", "shape": "dot", "size": 10, "title": "Explaining and harnessing adversarial examples", "url": "https://arxiv.org/abs/1412.6572", "year": "2014"}, {"authors": "G Huang, Z Liu, L Van Der Maaten\u2026", "cited_by": 24077, "cited_by_url": "https://scholar.google.com/scholar?cites=4205512852566836101\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4205512852566836101", "label": "Densely connected convolutional networks", "shape": "dot", "size": 10, "title": "Densely connected convolutional networks", "url": "http://openaccess.thecvf.com/content_cvpr_2017/html/Huang_Densely_Connected_Convolutional_CVPR_2017_paper.html", "year": "2017"}, {"authors": "M Sandler, A Howard, M Zhu\u2026", "cited_by": 8944, "cited_by_url": "https://scholar.google.com/scholar?cites=5034558864053164025\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "5034558864053164025", "label": "Mobilenetv2: Inverted residuals and linear bottlenecks", "shape": "dot", "size": 10, "title": "Mobilenetv2: Inverted residuals and linear bottlenecks", "url": "http://openaccess.thecvf.com/content_cvpr_2018/html/Sandler_MobileNetV2_Inverted_Residuals_CVPR_2018_paper.html", "year": "2018"}, {"authors": "Z Cai, N Vasconcelos", "cited_by": 2244, "cited_by_url": "https://scholar.google.com/scholar?cites=90386599069203250\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "90386599069203250", "label": "Cascade r-cnn: Delving into high quality object detection", "shape": "dot", "size": 10, "title": "Cascade r-cnn: Delving into high quality object detection", "url": "http://openaccess.thecvf.com/content_cvpr_2018/html/Cai_Cascade_R-CNN_Delving_CVPR_2018_paper.html", "year": "2018"}, {"authors": "Z Cao, T Simon, SE Wei\u2026", "cited_by": 6991, "cited_by_url": "https://scholar.google.com/scholar?cites=14150631212008688559\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14150631212008688559", "label": "Realtime multi-person 2d pose estimation using part affinity fields", "shape": "dot", "size": 10, "title": "Realtime multi-person 2d pose estimation using part affinity fields", "url": "http://openaccess.thecvf.com/content_cvpr_2017/html/Cao_Realtime_Multi-Person_2D_CVPR_2017_paper.html", "year": "2017"}, {"authors": "B Zoph, V Vasudevan, J Shlens\u2026", "cited_by": 4060, "cited_by_url": "https://scholar.google.com/scholar?cites=9456193458847397477\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9456193458847397477", "label": "Learning transferable architectures for scalable image recognition", "shape": "dot", "size": 10, "title": "Learning transferable architectures for scalable image recognition", "url": "http://openaccess.thecvf.com/content_cvpr_2018/html/Zoph_Learning_Transferable_Architectures_CVPR_2018_paper.html", "year": "2018"}, {"authors": "M Buda, A Maki, MA Mazurowski", "cited_by": 1269, "cited_by_url": "https://scholar.google.com/scholar?cites=11202245850277157438\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "11202245850277157438", "label": "A systematic study of the class imbalance problem in convolutional neural networks", "shape": "dot", "size": 10, "title": "A systematic study of the class imbalance problem in convolutional neural networks", "url": "https://www.sciencedirect.com/science/article/pii/S0893608018302107", "year": "2018"}, {"authors": "B Biggio, F Roli", "cited_by": 868, "cited_by_url": "https://scholar.google.com/scholar?cites=9261985116174637265\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "9261985116174637265", "label": "Wild patterns: Ten years after the rise of adversarial machine learning", "shape": "dot", "size": 10, "title": "Wild patterns: Ten years after the rise of adversarial machine learning", "url": "https://www.sciencedirect.com/science/article/pii/S0031320318302565", "year": "2018"}, {"authors": "UR Acharya, SL Oh, Y Hagiwara, JH Tan\u2026", "cited_by": 733, "cited_by_url": "https://scholar.google.com/scholar?cites=8526775522176257003\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "8526775522176257003", "label": "A deep convolutional neural network model to classify heartbeats", "shape": "dot", "size": 10, "title": "A deep convolutional neural network model to classify heartbeats", "url": "https://www.sciencedirect.com/science/article/pii/S0010482517302810", "year": "2017"}, {"authors": "MZ Alom, TM Taha, C Yakopcic, S Westberg, P Sidike\u2026", "cited_by": 728, "cited_by_url": "https://scholar.google.com/scholar?cites=12008338754204550032\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "12008338754204550032", "label": "A state-of-the-art survey on deep learning theory and architectures", "shape": "dot", "size": 10, "title": "A state-of-the-art survey on deep learning theory and architectures", "url": "https://www.mdpi.com/2079-9292/8/3/292/htm?ref=https://githubhelp.com", "year": "2019"}, {"authors": "MZ Alom, TM Taha, C Yakopcic, S Westberg\u2026", "cited_by": 626, "cited_by_url": "https://scholar.google.com/scholar?cites=4418782879850190161\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4418782879850190161", "label": "The history began from alexnet: A comprehensive survey on deep learning approaches", "shape": "dot", "size": 10, "title": "The history began from alexnet: A comprehensive survey on deep learning approaches", "url": "https://arxiv.org/abs/1803.01164", "year": "2018"}, {"authors": "A Buslaev, VI Iglovikov, E Khvedchenya, A Parinov\u2026", "cited_by": 598, "cited_by_url": "https://scholar.google.com/scholar?cites=13927538846757401282\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "13927538846757401282", "label": "Albumentations: fast and flexible image augmentations", "shape": "dot", "size": 10, "title": "Albumentations: fast and flexible image augmentations", "url": "https://www.mdpi.com/649002", "year": "2020"}, {"authors": "T Ozturk, M Talo, EA Yildirim, UB Baloglu\u2026", "cited_by": 1345, "cited_by_url": "https://scholar.google.com/scholar?cites=1123539792771725153\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1123539792771725153", "label": "Automated detection of COVID-19 cases using deep neural networks with X-ray images", "shape": "dot", "size": 10, "title": "Automated detection of COVID-19 cases using deep neural networks with X-ray images", "url": "https://www.sciencedirect.com/science/article/pii/S0010482520301621", "year": "2020"}, {"authors": "A Hosny, C Parmar, J Quackenbush\u2026", "cited_by": 1236, "cited_by_url": "https://scholar.google.com/scholar?cites=4944766336623866447\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "4944766336623866447", "label": "Artificial intelligence in radiology", "shape": "dot", "size": 10, "title": "Artificial intelligence in radiology", "url": "https://www.nature.com/articles/s41568-018-0016-5", "year": "2018"}, {"authors": "N Coudray, PS Ocampo, T Sakellaropoulos, N Narula\u2026", "cited_by": 1194, "cited_by_url": "https://scholar.google.com/scholar?cites=15534867282904611259\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "15534867282904611259", "label": "Classification and mutation prediction from non\u2013small cell lung cancer histopathology images using deep learning", "shape": "dot", "size": 10, "title": "Classification and mutation prediction from non\u2013small cell lung cancer histopathology images using deep learning", "url": "https://www.nature.com/articles/s41591-018-0177-5?sf197831152=1", "year": "2018"}, {"authors": "T Ching, DS Himmelstein\u2026", "cited_by": 1157, "cited_by_url": "https://scholar.google.com/scholar?cites=6346825306691054156\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "6346825306691054156", "label": "Opportunities and obstacles for deep learning in biology and medicine", "shape": "dot", "size": 10, "title": "Opportunities and obstacles for deep learning in biology and medicine", "url": "https://royalsocietypublishing.org/doi/abs/10.1098/rsif.2017.0387", "year": "2018"}, {"authors": "AS Lundervold, A Lundervold", "cited_by": 966, "cited_by_url": "https://scholar.google.com/scholar?cites=7086131595814565786\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "7086131595814565786", "label": "An overview of deep learning in medical imaging focusing on MRI", "shape": "dot", "size": 10, "title": "An overview of deep learning in medical imaging focusing on MRI", "url": "https://www.sciencedirect.com/science/article/pii/S0939388918301181", "year": "2019"}, {"authors": "D Meng, H Chen", "cited_by": 853, "cited_by_url": "https://scholar.google.com/scholar?cites=14335417027692924886\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "14335417027692924886", "label": "Magnet: a two-pronged defense against adversarial examples", "shape": "dot", "size": 10, "title": "Magnet: a two-pronged defense against adversarial examples", "url": "https://dl.acm.org/doi/abs/10.1145/3133956.3134057", "year": "2017"}, {"authors": "J Ker, L Wang, J Rao, T Lim", "cited_by": 794, "cited_by_url": "https://scholar.google.com/scholar?cites=1924844430929739761\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "1924844430929739761", "label": "Deep learning applications in medical image analysis", "shape": "dot", "size": 10, "title": "Deep learning applications in medical image analysis", "url": "https://ieeexplore.ieee.org/abstract/document/8241753/", "year": "2017"}, {"authors": "B Shickel, PJ Tighe, A Bihorac\u2026", "cited_by": 769, "cited_by_url": "https://scholar.google.com/scholar?cites=17516348694389860891\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "17516348694389860891", "label": "Deep EHR: a survey of recent advances in deep learning techniques for electronic health record (EHR) analysis", "shape": "dot", "size": 10, "title": "Deep EHR: a survey of recent advances in deep learning techniques for electronic health record (EHR) analysis", "url": "https://ieeexplore.ieee.org/abstract/document/8086133/", "year": "2017"}, {"authors": "G Yang, S Yu, H Dong, G Slabaugh\u2026", "cited_by": 602, "cited_by_url": "https://scholar.google.com/scholar?cites=2668617723363409606\u0026as_sdt=2005\u0026sciodt=0,5\u0026hl=en", "id": "2668617723363409606", "label": "DAGAN: deep de-aliasing generative adversarial networks for fast compressed sensing MRI reconstruction", "shape": "dot", "size": 10, "title": "DAGAN: deep de-aliasing generative adversarial networks for fast compressed sensing MRI reconstruction", "url": "https://ieeexplore.ieee.org/abstract/document/8233175/", "year": "2017"}]);
edges = new vis.DataSet([{"from": "1195754158484278880", "to": "2846334625875347669", "weight": 1}, {"from": "1195754158484278880", "to": "14842674417993046386", "weight": 1}, {"from": "1195754158484278880", "to": "5935623751055355825", "weight": 1}, {"from": "1195754158484278880", "to": "6545447824154534971", "weight": 1}, {"from": "5669364687087032958", "to": "1195754158484278880", "weight": 1}, {"from": "5669364687087032958", "to": "2846334625875347669", "weight": 1}, {"from": "5669364687087032958", "to": "17367410418412289203", "weight": 1}, {"from": "5669364687087032958", "to": "13359963855282714219", "weight": 1}, {"from": "5669364687087032958", "to": "7168214980579319728", "weight": 1}, {"from": "5669364687087032958", "to": "13559955005752027345", "weight": 1}, {"from": "5669364687087032958", "to": "5935623751055355825", "weight": 1}, {"from": "11408603882397693774", "to": "5669364687087032958", "weight": 1}, {"from": "11408603882397693774", "to": "13346469121565650680", "weight": 1}, {"from": "11408603882397693774", "to": "2846334625875347669", "weight": 1}, {"from": "11408603882397693774", "to": "17367410418412289203", "weight": 1}, {"from": "11408603882397693774", "to": "14842674417993046386", "weight": 1}, {"from": "8136644755673586417", "to": "5669364687087032958", "weight": 1}, {"from": "8136644755673586417", "to": "11408603882397693774", "weight": 1}, {"from": "8136644755673586417", "to": "13346469121565650680", "weight": 1}, {"from": "8136644755673586417", "to": "15505711795824202735", "weight": 1}, {"from": "16601259166110264431", "to": "5669364687087032958", "weight": 1}, {"from": "16601259166110264431", "to": "11408603882397693774", "weight": 1}, {"from": "17642928594905005472", "to": "5669364687087032958", "weight": 1}, {"from": "17642928594905005472", "to": "1195754158484278880", "weight": 1}, {"from": "17642928594905005472", "to": "11408603882397693774", "weight": 1}, {"from": "12435210238474843309", "to": "5669364687087032958", "weight": 1}, {"from": "10179566061976639313", "to": "5669364687087032958", "weight": 1}, {"from": "10496106229213355393", "to": "5669364687087032958", "weight": 1}, {"from": "5559195703472982509", "to": "5669364687087032958", "weight": 1}, {"from": "6929006081707924223", "to": "5669364687087032958", "weight": 1}, {"from": "2994117983880350781", "to": "5669364687087032958", "weight": 1}, {"from": "8762454778937977659", "to": "1195754158484278880", "weight": 1}, {"from": "2321980635951558135", "to": "8762454778937977659", "weight": 1}, {"from": "2321980635951558135", "to": "3466946125865762121", "weight": 1}, {"from": "10072224309423455263", "to": "8762454778937977659", "weight": 1}, {"from": "9316980701966772208", "to": "8762454778937977659", "weight": 1}, {"from": "14439068122437787179", "to": "8762454778937977659", "weight": 1}, {"from": "17430652832439326106", "to": "8762454778937977659", "weight": 1}, {"from": "17430652832439326106", "to": "17642928594905005472", "weight": 1}, {"from": "17430652832439326106", "to": "11408603882397693774", "weight": 1}, {"from": "14793983145216247407", "to": "8762454778937977659", "weight": 1}, {"from": "3624318114873004077", "to": "8762454778937977659", "weight": 1}, {"from": "16938297042857904132", "to": "8762454778937977659", "weight": 1}, {"from": "840237793122078529", "to": "8762454778937977659", "weight": 1}, {"from": "6807580557613269052", "to": "8762454778937977659", "weight": 1}, {"from": "13232569269492817842", "to": "1195754158484278880", "weight": 1}, {"from": "18013697011494859055", "to": "13232569269492817842", "weight": 1}, {"from": "14885456143957942270", "to": "13232569269492817842", "weight": 1}, {"from": "11954963361636635351", "to": "13232569269492817842", "weight": 1}, {"from": "9646958621030011440", "to": "13232569269492817842", "weight": 1}, {"from": "9879715432913572859", "to": "13232569269492817842", "weight": 1}, {"from": "18189685427147869889", "to": "13232569269492817842", "weight": 1}, {"from": "10629912749912013501", "to": "13232569269492817842", "weight": 1}, {"from": "1045469837506679849", "to": "13232569269492817842", "weight": 1}, {"from": "14163003192753029307", "to": "13232569269492817842", "weight": 1}, {"from": "3747662455123042884", "to": "13232569269492817842", "weight": 1}, {"from": "10470249154218137945", "to": "17642928594905005472", "weight": 1}, {"from": "1280397762654141495", "to": "17642928594905005472", "weight": 1}, {"from": "16684403906104879628", "to": "17642928594905005472", "weight": 1}, {"from": "7789443268757978619", "to": "17642928594905005472", "weight": 1}, {"from": "9077311114353176507", "to": "17642928594905005472", "weight": 1}, {"from": "16583775698399356649", "to": "17642928594905005472", "weight": 1}, {"from": "12961659068318297164", "to": "17642928594905005472", "weight": 1}, {"from": "6897858680399954297", "to": "17642928594905005472", "weight": 1}, {"from": "15035189298365994312", "to": "17642928594905005472", "weight": 1}, {"from": "16799196534333096171", "to": "1195754158484278880", "weight": 1}, {"from": "16979547781746410241", "to": "16799196534333096171", "weight": 1}, {"from": "12262835944335888935", "to": "16799196534333096171", "weight": 1}, {"from": "9635103693298735337", "to": "16799196534333096171", "weight": 1}, {"from": "7079657839834504063", "to": "16799196534333096171", "weight": 1}, {"from": "12178565428257329118", "to": "16799196534333096171", "weight": 1}, {"from": "7089145873377109519", "to": "16799196534333096171", "weight": 1}, {"from": "5864603879144393543", "to": "16799196534333096171", "weight": 1}, {"from": "16753065509704500720", "to": "16799196534333096171", "weight": 1}, {"from": "10366375289760268366", "to": "16799196534333096171", "weight": 1}, {"from": "12509137742032013959", "to": "16799196534333096171", "weight": 1}, {"from": "2671239973210042807", "to": "1195754158484278880", "weight": 1}, {"from": "2671239973210042807", "to": "11317456985294514291", "weight": 1}, {"from": "552767314610408525", "to": "2671239973210042807", "weight": 1}, {"from": "14283054141232362690", "to": "2671239973210042807", "weight": 1}, {"from": "1453318310062828008", "to": "2671239973210042807", "weight": 1}, {"from": "17071542914843849194", "to": "2671239973210042807", "weight": 1}, {"from": "12002366968595023870", "to": "2671239973210042807", "weight": 1}, {"from": "8929523607697480060", "to": "2671239973210042807", "weight": 1}, {"from": "1825533401460816744", "to": "2671239973210042807", "weight": 1}, {"from": "8902408817503051173", "to": "2671239973210042807", "weight": 1}, {"from": "4939732799087060688", "to": "2671239973210042807", "weight": 1}, {"from": "15824222622114115640", "to": "2671239973210042807", "weight": 1}, {"from": "8384042348747306199", "to": "1195754158484278880", "weight": 1}, {"from": "8384042348747306199", "to": "7658252996672799137", "weight": 1}, {"from": "11615093438474933795", "to": "8384042348747306199", "weight": 1}, {"from": "10749380444834213395", "to": "8384042348747306199", "weight": 1}, {"from": "10364896567323153204", "to": "8384042348747306199", "weight": 1}, {"from": "9812945742330180651", "to": "8384042348747306199", "weight": 1}, {"from": "9267220652417815532", "to": "8384042348747306199", "weight": 1}, {"from": "3175561385815325856", "to": "8384042348747306199", "weight": 1}, {"from": "16296741971462257251", "to": "8384042348747306199", "weight": 1}, {"from": "15487163985970082064", "to": "8384042348747306199", "weight": 1}, {"from": "11714383663794082718", "to": "8384042348747306199", "weight": 1}, {"from": "5612279345836826118", "to": "8384042348747306199", "weight": 1}, {"from": "7054146701570989126", "to": "1195754158484278880", "weight": 1}, {"from": "1195671630306546271", "to": "7054146701570989126", "weight": 1}, {"from": "3418490634878141618", "to": "7054146701570989126", "weight": 1}, {"from": "2742464519233302910", "to": "7054146701570989126", "weight": 1}, {"from": "12291315319461080687", "to": "7054146701570989126", "weight": 1}, {"from": "7420778344903534085", "to": "7054146701570989126", "weight": 1}, {"from": "4741375174051401312", "to": "7054146701570989126", "weight": 1}, {"from": "10117696859934607590", "to": "7054146701570989126", "weight": 1}, {"from": "16257125007005721090", "to": "7054146701570989126", "weight": 1}, {"from": "14003972032952746409", "to": "7054146701570989126", "weight": 1}, {"from": "12718612302648141821", "to": "7054146701570989126", "weight": 1}, {"from": "12527627239009594881", "to": "1195754158484278880", "weight": 1}, {"from": "11761391412545705571", "to": "12527627239009594881", "weight": 1}, {"from": "11761391412545705571", "to": "17325452893759607893", "weight": 1}, {"from": "10143084153599932168", "to": "12527627239009594881", "weight": 1}, {"from": "7435707566181754125", "to": "12527627239009594881", "weight": 1}, {"from": "15700004550966708665", "to": "12527627239009594881", "weight": 1}, {"from": "8717075962179547401", "to": "12527627239009594881", "weight": 1}, {"from": "14375518132457720114", "to": "12527627239009594881", "weight": 1}, {"from": "9911095835354622174", "to": "12527627239009594881", "weight": 1}, {"from": "12874840625081252386", "to": "12527627239009594881", "weight": 1}, {"from": "15969142205145727296", "to": "12527627239009594881", "weight": 1}, {"from": "1074026165522989770", "to": "12527627239009594881", "weight": 1}, {"from": "10103603420263590884", "to": "1195754158484278880", "weight": 1}, {"from": "15534063541188502804", "to": "10103603420263590884", "weight": 1}, {"from": "11406284579179846537", "to": "10103603420263590884", "weight": 1}, {"from": "11406284579179846537", "to": "11317456985294514291", "weight": 1}, {"from": "14578599420014174567", "to": "10103603420263590884", "weight": 1}, {"from": "5865435651232685898", "to": "10103603420263590884", "weight": 1}, {"from": "3252482518883716857", "to": "10103603420263590884", "weight": 1}, {"from": "10188036438345507012", "to": "10103603420263590884", "weight": 1}, {"from": "7797231482057049909", "to": "10103603420263590884", "weight": 1}, {"from": "7972207844579841325", "to": "10103603420263590884", "weight": 1}, {"from": "5253427357823671726", "to": "10103603420263590884", "weight": 1}, {"from": "10547028414842682416", "to": "10103603420263590884", "weight": 1}, {"from": "9829236786118231780", "to": "18138281999452274831", "weight": 1}, {"from": "9829236786118231780", "to": "788468503712308074", "weight": 1}, {"from": "1010598353453664537", "to": "9829236786118231780", "weight": 1}, {"from": "1010598353453664537", "to": "14513085955460666442", "weight": 1}, {"from": "1010598353453664537", "to": "6382612685700818764", "weight": 1}, {"from": "1010598353453664537", "to": "17824096759436033262", "weight": 1}, {"from": "1010598353453664537", "to": "16436232259506318906", "weight": 1}, {"from": "1010598353453664537", "to": "3200512630481960501", "weight": 1}, {"from": "1010598353453664537", "to": "15950430662967917123", "weight": 1}, {"from": "1010598353453664537", "to": "14880935744314366653", "weight": 1}, {"from": "1010598353453664537", "to": "8642196741698958427", "weight": 1}, {"from": "2812162232451729772", "to": "9829236786118231780", "weight": 1}, {"from": "2812162232451729772", "to": "4207019011256937364", "weight": 1}, {"from": "2812162232451729772", "to": "7238143412997978498", "weight": 1}, {"from": "7238143412997978498", "to": "9829236786118231780", "weight": 1}, {"from": "7238143412997978498", "to": "11568240110876012688", "weight": 1}, {"from": "7238143412997978498", "to": "16827133813978777214", "weight": 1}, {"from": "7238143412997978498", "to": "11702293275995576053", "weight": 1}, {"from": "3200512630481960501", "to": "9829236786118231780", "weight": 1}, {"from": "3200512630481960501", "to": "7238143412997978498", "weight": 1}, {"from": "3200512630481960501", "to": "5329041543478510378", "weight": 1}, {"from": "6382612685700818764", "to": "9829236786118231780", "weight": 1}, {"from": "6382612685700818764", "to": "7238143412997978498", "weight": 1}, {"from": "6382612685700818764", "to": "16827133813978777214", "weight": 1}, {"from": "6382612685700818764", "to": "11568240110876012688", "weight": 1}, {"from": "6382612685700818764", "to": "6257339187875958697", "weight": 1}, {"from": "6382612685700818764", "to": "16436232259506318906", "weight": 1}, {"from": "2737532761291704147", "to": "9829236786118231780", "weight": 1}, {"from": "2737532761291704147", "to": "16827133813978777214", "weight": 1}, {"from": "13353537855176955572", "to": "9829236786118231780", "weight": 1}, {"from": "13353537855176955572", "to": "3704695741778754409", "weight": 1}, {"from": "13353537855176955572", "to": "7238143412997978498", "weight": 1}, {"from": "13353537855176955572", "to": "17824096759436033262", "weight": 1}, {"from": "7315188380324614505", "to": "9829236786118231780", "weight": 1}, {"from": "7315188380324614505", "to": "16827133813978777214", "weight": 1}, {"from": "8516663519226803270", "to": "9829236786118231780", "weight": 1}, {"from": "8516663519226803270", "to": "4207019011256937364", "weight": 1}, {"from": "8516663519226803270", "to": "7238143412997978498", "weight": 1}, {"from": "15950430662967917123", "to": "9829236786118231780", "weight": 1}, {"from": "15950430662967917123", "to": "7238143412997978498", "weight": 1}, {"from": "15950430662967917123", "to": "5329041543478510378", "weight": 1}, {"from": "16605107453260999726", "to": "18138281999452274831", "weight": 1}, {"from": "16605107453260999726", "to": "14421155784017587770", "weight": 1}, {"from": "16605107453260999726", "to": "5778956960468012267", "weight": 1}, {"from": "16605107453260999726", "to": "9560994943269177983", "weight": 1}, {"from": "16605107453260999726", "to": "7238143412997978498", "weight": 1}, {"from": "16605107453260999726", "to": "16827133813978777214", "weight": 1}, {"from": "16605107453260999726", "to": "3717047639819497031", "weight": 1}, {"from": "16605107453260999726", "to": "788468503712308074", "weight": 1}, {"from": "16605107453260999726", "to": "9844681532389826252", "weight": 1}, {"from": "4991506072918913408", "to": "16605107453260999726", "weight": 1}, {"from": "8202800204845032663", "to": "16605107453260999726", "weight": 1}, {"from": "2387923638366457345", "to": "16605107453260999726", "weight": 1}, {"from": "8510186003792114621", "to": "16605107453260999726", "weight": 1}, {"from": "2209579584144969938", "to": "16605107453260999726", "weight": 1}, {"from": "5089744073478166070", "to": "16605107453260999726", "weight": 1}, {"from": "2560354352884158447", "to": "16605107453260999726", "weight": 1}, {"from": "2601143677889020666", "to": "16605107453260999726", "weight": 1}, {"from": "10208805897820266915", "to": "16605107453260999726", "weight": 1}, {"from": "9807809681827839980", "to": "16605107453260999726", "weight": 1}, {"from": "14421155784017587770", "to": "18138281999452274831", "weight": 1}, {"from": "14421155784017587770", "to": "11568240110876012688", "weight": 1}, {"from": "14421155784017587770", "to": "11702293275995576053", "weight": 1}, {"from": "10711491327992650634", "to": "14421155784017587770", "weight": 1}, {"from": "10711491327992650634", "to": "14513085955460666442", "weight": 1}, {"from": "9899011425441799200", "to": "14421155784017587770", "weight": 1}, {"from": "9899011425441799200", "to": "11702293275995576053", "weight": 1}, {"from": "4876235110904982186", "to": "14421155784017587770", "weight": 1}, {"from": "12559216584042821206", "to": "14421155784017587770", "weight": 1}, {"from": "4986956118954962217", "to": "14421155784017587770", "weight": 1}, {"from": "18324326770181624526", "to": "14421155784017587770", "weight": 1}, {"from": "2248015533228180487", "to": "14421155784017587770", "weight": 1}, {"from": "2846334625875347669", "to": "14421155784017587770", "weight": 1}, {"from": "2846334625875347669", "to": "4207019011256937364", "weight": 1}, {"from": "2846334625875347669", "to": "13102571693752877975", "weight": 1}, {"from": "2846334625875347669", "to": "16432260874106793021", "weight": 1}, {"from": "2846334625875347669", "to": "14842674417993046386", "weight": 1}, {"from": "2846334625875347669", "to": "17367410418412289203", "weight": 1}, {"from": "2846334625875347669", "to": "13359963855282714219", "weight": 1}, {"from": "2846334625875347669", "to": "1545024244511440922", "weight": 1}, {"from": "2846334625875347669", "to": "2381021153585051804", "weight": 1}, {"from": "2846334625875347669", "to": "6312471696354344603", "weight": 1}, {"from": "2846334625875347669", "to": "5074178277454044798", "weight": 1}, {"from": "2846334625875347669", "to": "9844681532389826252", "weight": 1}, {"from": "2846334625875347669", "to": "5935623751055355825", "weight": 1}, {"from": "2846334625875347669", "to": "6545447824154534971", "weight": 1}, {"from": "10687874766661143040", "to": "14421155784017587770", "weight": 1}, {"from": "10687874766661143040", "to": "6187675037042091469", "weight": 1}, {"from": "10687874766661143040", "to": "16432260874106793021", "weight": 1}, {"from": "4207019011256937364", "to": "18138281999452274831", "weight": 1}, {"from": "4207019011256937364", "to": "6187675037042091469", "weight": 1}, {"from": "4207019011256937364", "to": "5778956960468012267", "weight": 1}, {"from": "4207019011256937364", "to": "13102571693752877975", "weight": 1}, {"from": "4207019011256937364", "to": "788468503712308074", "weight": 1}, {"from": "1394466002617224745", "to": "4207019011256937364", "weight": 1}, {"from": "1394466002617224745", "to": "13102571693752877975", "weight": 1}, {"from": "1394466002617224745", "to": "14704700887325288423", "weight": 1}, {"from": "1394466002617224745", "to": "14079239548452791512", "weight": 1}, {"from": "12954392892899444253", "to": "4207019011256937364", "weight": 1}, {"from": "12954392892899444253", "to": "8614939378492004519", "weight": 1}, {"from": "13346469121565650680", "to": "4207019011256937364", "weight": 1}, {"from": "13346469121565650680", "to": "3704695741778754409", "weight": 1}, {"from": "13346469121565650680", "to": "6257339187875958697", "weight": 1}, {"from": "13346469121565650680", "to": "5935623751055355825", "weight": 1}, {"from": "13346469121565650680", "to": "14880935744314366653", "weight": 1}, {"from": "13346469121565650680", "to": "8642196741698958427", "weight": 1}, {"from": "13346469121565650680", "to": "5329041543478510378", "weight": 1}, {"from": "3704695741778754409", "to": "4207019011256937364", "weight": 1}, {"from": "3704695741778754409", "to": "6187675037042091469", "weight": 1}, {"from": "3704695741778754409", "to": "18138281999452274831", "weight": 1}, {"from": "3704695741778754409", "to": "788468503712308074", "weight": 1}, {"from": "16810968307175371363", "to": "4207019011256937364", "weight": 1}, {"from": "16810968307175371363", "to": "3704695741778754409", "weight": 1}, {"from": "5001044621269851763", "to": "4207019011256937364", "weight": 1}, {"from": "5001044621269851763", "to": "13102571693752877975", "weight": 1}, {"from": "5001044621269851763", "to": "11317456985294514291", "weight": 1}, {"from": "9876222444103058410", "to": "4207019011256937364", "weight": 1}, {"from": "9876222444103058410", "to": "3704695741778754409", "weight": 1}, {"from": "6187675037042091469", "to": "18138281999452274831", "weight": 1}, {"from": "6187675037042091469", "to": "788468503712308074", "weight": 1}, {"from": "7052413516264583113", "to": "6187675037042091469", "weight": 1}, {"from": "17538862825074055756", "to": "6187675037042091469", "weight": 1}, {"from": "17538862825074055756", "to": "5778956960468012267", "weight": 1}, {"from": "17538862825074055756", "to": "788468503712308074", "weight": 1}, {"from": "13102571693752877975", "to": "6187675037042091469", "weight": 1}, {"from": "13102571693752877975", "to": "18138281999452274831", "weight": 1}, {"from": "13102571693752877975", "to": "6257339187875958697", "weight": 1}, {"from": "18430753386959324811", "to": "6187675037042091469", "weight": 1}, {"from": "11276499313874695608", "to": "6187675037042091469", "weight": 1}, {"from": "9526211245399413118", "to": "6187675037042091469", "weight": 1}, {"from": "2183416398830752892", "to": "6187675037042091469", "weight": 1}, {"from": "2183416398830752892", "to": "13102571693752877975", "weight": 1}, {"from": "5778956960468012267", "to": "18138281999452274831", "weight": 1}, {"from": "5778956960468012267", "to": "788468503712308074", "weight": 1}, {"from": "582514008712420788", "to": "5778956960468012267", "weight": 1}, {"from": "15595982405325185015", "to": "5778956960468012267", "weight": 1}, {"from": "8370408689417986539", "to": "5778956960468012267", "weight": 1}, {"from": "8370408689417986539", "to": "788468503712308074", "weight": 1}, {"from": "8714724986587384692", "to": "5778956960468012267", "weight": 1}, {"from": "11441651563086573235", "to": "5778956960468012267", "weight": 1}, {"from": "7474819108815147582", "to": "5778956960468012267", "weight": 1}, {"from": "12859820043041596852", "to": "5778956960468012267", "weight": 1}, {"from": "2356790868259107933", "to": "3704695741778754409", "weight": 1}, {"from": "2356790868259107933", "to": "9560994943269177983", "weight": 1}, {"from": "2356790868259107933", "to": "5485778387760415533", "weight": 1}, {"from": "12359245152370668864", "to": "3704695741778754409", "weight": 1}, {"from": "13920092871923211898", "to": "3704695741778754409", "weight": 1}, {"from": "4728923299329413186", "to": "3704695741778754409", "weight": 1}, {"from": "4348461873934081485", "to": "3704695741778754409", "weight": 1}, {"from": "12213968470694667367", "to": "3704695741778754409", "weight": 1}, {"from": "12213968470694667367", "to": "13614319731870093146", "weight": 1}, {"from": "9560994943269177983", "to": "18138281999452274831", "weight": 1}, {"from": "17435797065446441229", "to": "9560994943269177983", "weight": 1}, {"from": "3717047639819497031", "to": "9560994943269177983", "weight": 1}, {"from": "3717047639819497031", "to": "11568240110876012688", "weight": 1}, {"from": "3717047639819497031", "to": "788468503712308074", "weight": 1}, {"from": "3798589629455411401", "to": "9560994943269177983", "weight": 1}, {"from": "3798589629455411401", "to": "3717047639819497031", "weight": 1}, {"from": "630907209677466601", "to": "9560994943269177983", "weight": 1}, {"from": "630907209677466601", "to": "3717047639819497031", "weight": 1}, {"from": "17430807796907312929", "to": "9560994943269177983", "weight": 1}, {"from": "788468503712308074", "to": "9560994943269177983", "weight": 1}, {"from": "788468503712308074", "to": "11568240110876012688", "weight": 1}, {"from": "788468503712308074", "to": "11702293275995576053", "weight": 1}, {"from": "9720619479311795049", "to": "9560994943269177983", "weight": 1}, {"from": "9720619479311795049", "to": "3717047639819497031", "weight": 1}, {"from": "12262412631510289813", "to": "9560994943269177983", "weight": 1}, {"from": "12262412631510289813", "to": "3717047639819497031", "weight": 1}, {"from": "5095731540052570731", "to": "13102571693752877975", "weight": 1}, {"from": "9337719402972744308", "to": "13102571693752877975", "weight": 1}, {"from": "9337719402972744308", "to": "16432260874106793021", "weight": 1}, {"from": "15772341855272533031", "to": "13102571693752877975", "weight": 1}, {"from": "7835441689203646697", "to": "13102571693752877975", "weight": 1}, {"from": "7835441689203646697", "to": "6257339187875958697", "weight": 1}, {"from": "6107085184906946464", "to": "13102571693752877975", "weight": 1}, {"from": "16432260874106793021", "to": "18138281999452274831", "weight": 1}, {"from": "18093690151060338423", "to": "16432260874106793021", "weight": 1}, {"from": "13645165615020546731", "to": "16432260874106793021", "weight": 1}, {"from": "10486236436159526830", "to": "16432260874106793021", "weight": 1}, {"from": "15493017649905778902", "to": "16432260874106793021", "weight": 1}, {"from": "11766764135273751415", "to": "16432260874106793021", "weight": 1}, {"from": "14860740694525000704", "to": "16432260874106793021", "weight": 1}, {"from": "12639304467273545739", "to": "16432260874106793021", "weight": 1}, {"from": "3101580748817568884", "to": "13346469121565650680", "weight": 1}, {"from": "11317456985294514291", "to": "3101580748817568884", "weight": 1}, {"from": "11317456985294514291", "to": "13346469121565650680", "weight": 1}, {"from": "11317456985294514291", "to": "2846334625875347669", "weight": 1}, {"from": "13442164500664539732", "to": "3101580748817568884", "weight": 1}, {"from": "14147157813751240302", "to": "3101580748817568884", "weight": 1}, {"from": "14147157813751240302", "to": "5935623751055355825", "weight": 1}, {"from": "10867085456971449174", "to": "3101580748817568884", "weight": 1}, {"from": "4905265776702094915", "to": "3101580748817568884", "weight": 1}, {"from": "4507199162699340691", "to": "3101580748817568884", "weight": 1}, {"from": "15557244319439286179", "to": "3101580748817568884", "weight": 1}, {"from": "6468339834163100843", "to": "3101580748817568884", "weight": 1}, {"from": "10737601878160272620", "to": "3101580748817568884", "weight": 1}, {"from": "3264324914267802742", "to": "3101580748817568884", "weight": 1}, {"from": "5496908137581526569", "to": "11317456985294514291", "weight": 1}, {"from": "14139072485338407245", "to": "11317456985294514291", "weight": 1}, {"from": "8396078686212470448", "to": "11317456985294514291", "weight": 1}, {"from": "7589466158161979681", "to": "11317456985294514291", "weight": 1}, {"from": "6847238147022651878", "to": "11317456985294514291", "weight": 1}, {"from": "12292417492888691772", "to": "11317456985294514291", "weight": 1}, {"from": "14710400670742394568", "to": "11317456985294514291", "weight": 1}, {"from": "17325452893759607893", "to": "13346469121565650680", "weight": 1}, {"from": "4397240948250887492", "to": "17325452893759607893", "weight": 1}, {"from": "16945998805068988708", "to": "17325452893759607893", "weight": 1}, {"from": "9602194952104030116", "to": "17325452893759607893", "weight": 1}, {"from": "7068343160162404376", "to": "17325452893759607893", "weight": 1}, {"from": "15761127917409164495", "to": "17325452893759607893", "weight": 1}, {"from": "11324300263159808676", "to": "17325452893759607893", "weight": 1}, {"from": "2908516376509801521", "to": "17325452893759607893", "weight": 1}, {"from": "14750169433894795213", "to": "17325452893759607893", "weight": 1}, {"from": "14799418040721278868", "to": "17325452893759607893", "weight": 1}, {"from": "2617964736190327137", "to": "13346469121565650680", "weight": 1}, {"from": "170037107383284102", "to": "2617964736190327137", "weight": 1}, {"from": "15242835561208756181", "to": "2617964736190327137", "weight": 1}, {"from": "7973627806524825744", "to": "2617964736190327137", "weight": 1}, {"from": "331637036927566154", "to": "2617964736190327137", "weight": 1}, {"from": "1869187148181817991", "to": "2617964736190327137", "weight": 1}, {"from": "11108790186699864943", "to": "2617964736190327137", "weight": 1}, {"from": "9941125236039360274", "to": "2617964736190327137", "weight": 1}, {"from": "15634538964202373898", "to": "2617964736190327137", "weight": 1}, {"from": "3813743580468387901", "to": "2617964736190327137", "weight": 1}, {"from": "13162660544251666986", "to": "2617964736190327137", "weight": 1}, {"from": "7658252996672799137", "to": "13346469121565650680", "weight": 1}, {"from": "11067620337522500649", "to": "7658252996672799137", "weight": 1}, {"from": "11067620337522500649", "to": "11408603882397693774", "weight": 1}, {"from": "758733237410689514", "to": "7658252996672799137", "weight": 1}, {"from": "1187469438749175508", "to": "7658252996672799137", "weight": 1}, {"from": "916647158172886003", "to": "7658252996672799137", "weight": 1}, {"from": "10603777769607742313", "to": "7658252996672799137", "weight": 1}, {"from": "3458443268863841631", "to": "7658252996672799137", "weight": 1}, {"from": "11777783073462468497", "to": "7658252996672799137", "weight": 1}, {"from": "16687000641910128882", "to": "7658252996672799137", "weight": 1}, {"from": "15725351536373226493", "to": "7658252996672799137", "weight": 1}, {"from": "17607914620493817448", "to": "11408603882397693774", "weight": 1}, {"from": "2241015688519496377", "to": "11408603882397693774", "weight": 1}, {"from": "153422853997430224", "to": "11408603882397693774", "weight": 1}, {"from": "2717567851169262690", "to": "11408603882397693774", "weight": 1}, {"from": "15227283586810423934", "to": "11408603882397693774", "weight": 1}, {"from": "14081415941935534928", "to": "13346469121565650680", "weight": 1}, {"from": "5566794811119181598", "to": "14081415941935534928", "weight": 1}, {"from": "6331992881529039991", "to": "14081415941935534928", "weight": 1}, {"from": "5163635244087268183", "to": "14081415941935534928", "weight": 1}, {"from": "2747122236971436395", "to": "14081415941935534928", "weight": 1}, {"from": "4313126534692944553", "to": "14081415941935534928", "weight": 1}, {"from": "2115336958811316571", "to": "14081415941935534928", "weight": 1}, {"from": "6594762602369962143", "to": "14081415941935534928", "weight": 1}, {"from": "17240614965924984678", "to": "14081415941935534928", "weight": 1}, {"from": "13232911586547779916", "to": "14081415941935534928", "weight": 1}, {"from": "12538291733155294402", "to": "14081415941935534928", "weight": 1}, {"from": "15373527129249864261", "to": "13346469121565650680", "weight": 1}, {"from": "1528980720665053751", "to": "15373527129249864261", "weight": 1}, {"from": "8847225001696225074", "to": "15373527129249864261", "weight": 1}, {"from": "16960270064535238171", "to": "15373527129249864261", "weight": 1}, {"from": "544337151113764615", "to": "15373527129249864261", "weight": 1}, {"from": "3642830710732252268", "to": "15373527129249864261", "weight": 1}, {"from": "16634477234536473793", "to": "15373527129249864261", "weight": 1}, {"from": "4118181448698803549", "to": "15373527129249864261", "weight": 1}, {"from": "4703169512405624943", "to": "15373527129249864261", "weight": 1}, {"from": "6452457874850744102", "to": "15373527129249864261", "weight": 1}, {"from": "14254320205195179093", "to": "15373527129249864261", "weight": 1}, {"from": "4984340879175316146", "to": "13346469121565650680", "weight": 1}, {"from": "11310550941481896506", "to": "4984340879175316146", "weight": 1}, {"from": "3463319419651077670", "to": "4984340879175316146", "weight": 1}, {"from": "4043375976799437956", "to": "4984340879175316146", "weight": 1}, {"from": "14981316524641391474", "to": "4984340879175316146", "weight": 1}, {"from": "17718445880777044174", "to": "4984340879175316146", "weight": 1}, {"from": "3600311765343017253", "to": "4984340879175316146", "weight": 1}, {"from": "9952798032330440565", "to": "4984340879175316146", "weight": 1}, {"from": "2457124007295508921", "to": "4984340879175316146", "weight": 1}, {"from": "5279555044328461341", "to": "4984340879175316146", "weight": 1}, {"from": "1686036257935178691", "to": "4984340879175316146", "weight": 1}, {"from": "9888405418392239400", "to": "8136644755673586417", "weight": 1}, {"from": "14245069322001473734", "to": "8136644755673586417", "weight": 1}, {"from": "2188347889974787509", "to": "8136644755673586417", "weight": 1}, {"from": "1720662524503622047", "to": "8136644755673586417", "weight": 1}, {"from": "7025715449086074571", "to": "8136644755673586417", "weight": 1}, {"from": "7252434349576034889", "to": "8136644755673586417", "weight": 1}, {"from": "371477515045061682", "to": "8136644755673586417", "weight": 1}, {"from": "10097736268903600589", "to": "8136644755673586417", "weight": 1}, {"from": "17352312443164396046", "to": "8136644755673586417", "weight": 1}, {"from": "7553215246247949022", "to": "8136644755673586417", "weight": 1}, {"from": "14513085955460666442", "to": "11568240110876012688", "weight": 1}, {"from": "14513085955460666442", "to": "16827133813978777214", "weight": 1}, {"from": "14513085955460666442", "to": "11702293275995576053", "weight": 1}, {"from": "10673377950757338412", "to": "14513085955460666442", "weight": 1}, {"from": "3979684447366172118", "to": "14513085955460666442", "weight": 1}, {"from": "16324699838103945745", "to": "14513085955460666442", "weight": 1}, {"from": "16324699838103945745", "to": "7238143412997978498", "weight": 1}, {"from": "16324699838103945745", "to": "15950430662967917123", "weight": 1}, {"from": "2469382617192238945", "to": "14513085955460666442", "weight": 1}, {"from": "2469382617192238945", "to": "11702293275995576053", "weight": 1}, {"from": "5248592585527624791", "to": "14513085955460666442", "weight": 1}, {"from": "10849987860011231916", "to": "14513085955460666442", "weight": 1}, {"from": "10849987860011231916", "to": "16827133813978777214", "weight": 1}, {"from": "18033016632353916230", "to": "14513085955460666442", "weight": 1}, {"from": "6257339187875958697", "to": "14513085955460666442", "weight": 1}, {"from": "6257339187875958697", "to": "11568240110876012688", "weight": 1}, {"from": "16436232259506318906", "to": "7238143412997978498", "weight": 1}, {"from": "16436232259506318906", "to": "5329041543478510378", "weight": 1}, {"from": "16436232259506318906", "to": "3200512630481960501", "weight": 1}, {"from": "16436232259506318906", "to": "17799971764477278135", "weight": 1}, {"from": "16436232259506318906", "to": "15950430662967917123", "weight": 1}, {"from": "18051189604458238351", "to": "7238143412997978498", "weight": 1}, {"from": "18051189604458238351", "to": "3200512630481960501", "weight": 1}, {"from": "18051189604458238351", "to": "17799971764477278135", "weight": 1}, {"from": "18051189604458238351", "to": "15950430662967917123", "weight": 1}, {"from": "16827133813978777214", "to": "11568240110876012688", "weight": 1}, {"from": "16827133813978777214", "to": "11702293275995576053", "weight": 1}, {"from": "15298658544809332659", "to": "16827133813978777214", "weight": 1}, {"from": "16766804411681372720", "to": "16827133813978777214", "weight": 1}, {"from": "16766804411681372720", "to": "17799971764477278135", "weight": 1}, {"from": "9838388877149126853", "to": "16827133813978777214", "weight": 1}, {"from": "10688536692178239560", "to": "6382612685700818764", "weight": 1}, {"from": "10688536692178239560", "to": "17824096759436033262", "weight": 1}, {"from": "10688536692178239560", "to": "16436232259506318906", "weight": 1}, {"from": "15383553494348295625", "to": "6382612685700818764", "weight": 1}, {"from": "15383553494348295625", "to": "17824096759436033262", "weight": 1}, {"from": "15383553494348295625", "to": "16436232259506318906", "weight": 1}, {"from": "15383553494348295625", "to": "8642196741698958427", "weight": 1}, {"from": "14880935744314366653", "to": "6382612685700818764", "weight": 1}, {"from": "14880935744314366653", "to": "17824096759436033262", "weight": 1}, {"from": "14880935744314366653", "to": "5329041543478510378", "weight": 1}, {"from": "4550423614333066109", "to": "6382612685700818764", "weight": 1}, {"from": "4550423614333066109", "to": "16138254679061222132", "weight": 1}, {"from": "4550423614333066109", "to": "17367410418412289203", "weight": 1}, {"from": "4550423614333066109", "to": "13359963855282714219", "weight": 1}, {"from": "4550423614333066109", "to": "11324600873272743514", "weight": 1}, {"from": "4550423614333066109", "to": "13559955005752027345", "weight": 1}, {"from": "4550423614333066109", "to": "14880935744314366653", "weight": 1}, {"from": "1431633311194488622", "to": "6382612685700818764", "weight": 1}, {"from": "4041041901496425203", "to": "6382612685700818764", "weight": 1}, {"from": "7383633913245131178", "to": "6382612685700818764", "weight": 1}, {"from": "6058204364274666350", "to": "6382612685700818764", "weight": 1}, {"from": "6058204364274666350", "to": "14880935744314366653", "weight": 1}, {"from": "6058204364274666350", "to": "8642196741698958427", "weight": 1}, {"from": "8642196741698958427", "to": "6382612685700818764", "weight": 1}, {"from": "8642196741698958427", "to": "17824096759436033262", "weight": 1}, {"from": "8642196741698958427", "to": "14880935744314366653", "weight": 1}, {"from": "8642196741698958427", "to": "5329041543478510378", "weight": 1}, {"from": "6044028005072552980", "to": "3717047639819497031", "weight": 1}, {"from": "6044028005072552980", "to": "5485778387760415533", "weight": 1}, {"from": "3292043029527210151", "to": "3717047639819497031", "weight": 1}, {"from": "1507681440532777050", "to": "3717047639819497031", "weight": 1}, {"from": "18443068716629032032", "to": "3717047639819497031", "weight": 1}, {"from": "18443068716629032032", "to": "13614319731870093146", "weight": 1}, {"from": "14230020724052037515", "to": "3717047639819497031", "weight": 1}, {"from": "15637915209732855160", "to": "6257339187875958697", "weight": 1}, {"from": "7332229380481905754", "to": "6257339187875958697", "weight": 1}, {"from": "15964276235033945095", "to": "6257339187875958697", "weight": 1}, {"from": "17916854766670033475", "to": "6257339187875958697", "weight": 1}, {"from": "14838161084491780175", "to": "6257339187875958697", "weight": 1}, {"from": "14155954080425415029", "to": "6257339187875958697", "weight": 1}, {"from": "10806440131293565410", "to": "788468503712308074", "weight": 1}, {"from": "7532525752900698629", "to": "11568240110876012688", "weight": 1}, {"from": "3965277302667674461", "to": "7532525752900698629", "weight": 1}, {"from": "13044502523917667192", "to": "7532525752900698629", "weight": 1}, {"from": "7879404000356825275", "to": "7532525752900698629", "weight": 1}, {"from": "13198505802594486795", "to": "7532525752900698629", "weight": 1}, {"from": "9056853537798325647", "to": "7532525752900698629", "weight": 1}, {"from": "2868416848519100230", "to": "7532525752900698629", "weight": 1}, {"from": "10858253596745129118", "to": "7532525752900698629", "weight": 1}, {"from": "7788727251375200958", "to": "7532525752900698629", "weight": 1}, {"from": "10241591822264833060", "to": "7532525752900698629", "weight": 1}, {"from": "15659846618280217739", "to": "7532525752900698629", "weight": 1}, {"from": "11702293275995576053", "to": "11568240110876012688", "weight": 1}, {"from": "10757663000815255123", "to": "11702293275995576053", "weight": 1}, {"from": "4545721704534910747", "to": "11702293275995576053", "weight": 1}, {"from": "9010625235800494265", "to": "11702293275995576053", "weight": 1}, {"from": "16138254679061222132", "to": "14842674417993046386", "weight": 1}, {"from": "16138254679061222132", "to": "17367410418412289203", "weight": 1}, {"from": "16138254679061222132", "to": "13359963855282714219", "weight": 1}, {"from": "3458396398389387877", "to": "16138254679061222132", "weight": 1}, {"from": "3458396398389387877", "to": "15505711795824202735", "weight": 1}, {"from": "3458396398389387877", "to": "11324600873272743514", "weight": 1}, {"from": "3458396398389387877", "to": "3466946125865762121", "weight": 1}, {"from": "3458396398389387877", "to": "1672665553767281734", "weight": 1}, {"from": "3458396398389387877", "to": "7168214980579319728", "weight": 1}, {"from": "3458396398389387877", "to": "6312471696354344603", "weight": 1}, {"from": "3458396398389387877", "to": "7155667207045161378", "weight": 1}, {"from": "3458396398389387877", "to": "16235705232339507184", "weight": 1}, {"from": "9374811277911686866", "to": "16138254679061222132", "weight": 1}, {"from": "7911999856845003856", "to": "16138254679061222132", "weight": 1}, {"from": "7911999856845003856", "to": "2846334625875347669", "weight": 1}, {"from": "7911999856845003856", "to": "17367410418412289203", "weight": 1}, {"from": "7911999856845003856", "to": "13359963855282714219", "weight": 1}, {"from": "7911999856845003856", "to": "11324600873272743514", "weight": 1}, {"from": "7911999856845003856", "to": "1672665553767281734", "weight": 1}, {"from": "11599653363931554182", "to": "16138254679061222132", "weight": 1}, {"from": "11599653363931554182", "to": "17367410418412289203", "weight": 1}, {"from": "4793705234619070656", "to": "16138254679061222132", "weight": 1}, {"from": "4793705234619070656", "to": "2846334625875347669", "weight": 1}, {"from": "6812705747376678918", "to": "16138254679061222132", "weight": 1}, {"from": "12563424232401784595", "to": "16138254679061222132", "weight": 1}, {"from": "12563424232401784595", "to": "11324600873272743514", "weight": 1}, {"from": "12563424232401784595", "to": "3466946125865762121", "weight": 1}, {"from": "3466946125865762121", "to": "16138254679061222132", "weight": 1}, {"from": "3466946125865762121", "to": "14842674417993046386", "weight": 1}, {"from": "3466946125865762121", "to": "13559955005752027345", "weight": 1}, {"from": "15783325521916683415", "to": "16138254679061222132", "weight": 1}, {"from": "15783325521916683415", "to": "7155667207045161378", "weight": 1}, {"from": "658429028232469160", "to": "2846334625875347669", "weight": 1}, {"from": "1026291601187748397", "to": "2846334625875347669", "weight": 1}, {"from": "9697484849201247084", "to": "2846334625875347669", "weight": 1}, {"from": "9697484849201247084", "to": "5074178277454044798", "weight": 1}, {"from": "12083148208389529191", "to": "2846334625875347669", "weight": 1}, {"from": "15505711795824202735", "to": "14842674417993046386", "weight": 1}, {"from": "15505711795824202735", "to": "13359963855282714219", "weight": 1}, {"from": "15505711795824202735", "to": "1545024244511440922", "weight": 1}, {"from": "15505711795824202735", "to": "6312471696354344603", "weight": 1}, {"from": "15368170985283079245", "to": "15505711795824202735", "weight": 1}, {"from": "1046882767001529262", "to": "15505711795824202735", "weight": 1}, {"from": "18246305387780116611", "to": "15505711795824202735", "weight": 1}, {"from": "17314410080623672897", "to": "15505711795824202735", "weight": 1}, {"from": "15352038317743649152", "to": "15505711795824202735", "weight": 1}, {"from": "1529254353402789268", "to": "15505711795824202735", "weight": 1}, {"from": "6115280590506331830", "to": "15505711795824202735", "weight": 1}, {"from": "16683125965624867998", "to": "15505711795824202735", "weight": 1}, {"from": "17367410418412289203", "to": "14842674417993046386", "weight": 1}, {"from": "17367410418412289203", "to": "13359963855282714219", "weight": 1}, {"from": "15036648216415052277", "to": "17367410418412289203", "weight": 1}, {"from": "11073573746431095759", "to": "17367410418412289203", "weight": 1}, {"from": "16072663067784939588", "to": "17367410418412289203", "weight": 1}, {"from": "13359963855282714219", "to": "14842674417993046386", "weight": 1}, {"from": "4116193485073279318", "to": "13359963855282714219", "weight": 1}, {"from": "4116193485073279318", "to": "1545024244511440922", "weight": 1}, {"from": "4116193485073279318", "to": "7168214980579319728", "weight": 1}, {"from": "4116193485073279318", "to": "7155667207045161378", "weight": 1}, {"from": "4116193485073279318", "to": "13559955005752027345", "weight": 1}, {"from": "13495361512235022596", "to": "13359963855282714219", "weight": 1}, {"from": "17369531722515506311", "to": "13359963855282714219", "weight": 1}, {"from": "1545024244511440922", "to": "14842674417993046386", "weight": 1}, {"from": "3594606171683130501", "to": "1545024244511440922", "weight": 1}, {"from": "5764887689836675142", "to": "1545024244511440922", "weight": 1}, {"from": "5955154734179538060", "to": "1545024244511440922", "weight": 1}, {"from": "17160203946129364454", "to": "1545024244511440922", "weight": 1}, {"from": "17160203946129364454", "to": "5074178277454044798", "weight": 1}, {"from": "3835458723700933772", "to": "1545024244511440922", "weight": 1}, {"from": "9190599054932808738", "to": "1545024244511440922", "weight": 1}, {"from": "16531936219109485431", "to": "1545024244511440922", "weight": 1}, {"from": "11324600873272743514", "to": "14842674417993046386", "weight": 1}, {"from": "11324600873272743514", "to": "13559955005752027345", "weight": 1}, {"from": "1672665553767281734", "to": "11324600873272743514", "weight": 1}, {"from": "1672665553767281734", "to": "6312471696354344603", "weight": 1}, {"from": "1672665553767281734", "to": "5074178277454044798", "weight": 1}, {"from": "18061179526282150342", "to": "11324600873272743514", "weight": 1}, {"from": "18061179526282150342", "to": "3458396398389387877", "weight": 1}, {"from": "18061179526282150342", "to": "7155667207045161378", "weight": 1}, {"from": "16305632232773240100", "to": "11324600873272743514", "weight": 1}, {"from": "17272204730668948165", "to": "11324600873272743514", "weight": 1}, {"from": "17272204730668948165", "to": "3458396398389387877", "weight": 1}, {"from": "5792560058636996973", "to": "11324600873272743514", "weight": 1}, {"from": "5792560058636996973", "to": "3466946125865762121", "weight": 1}, {"from": "2104521862399993019", "to": "11324600873272743514", "weight": 1}, {"from": "2104521862399993019", "to": "3458396398389387877", "weight": 1}, {"from": "1100898770383158553", "to": "3466946125865762121", "weight": 1}, {"from": "7085275218926344408", "to": "3466946125865762121", "weight": 1}, {"from": "1529894457156192581", "to": "3466946125865762121", "weight": 1}, {"from": "2287786073030563195", "to": "3466946125865762121", "weight": 1}, {"from": "9655790843364940778", "to": "3466946125865762121", "weight": 1}, {"from": "728770006208310182", "to": "3466946125865762121", "weight": 1}, {"from": "6312471696354344603", "to": "9844681532389826252", "weight": 1}, {"from": "2381021153585051804", "to": "6312471696354344603", "weight": 1}, {"from": "3929066136257329737", "to": "2381021153585051804", "weight": 1}, {"from": "1405916394303361407", "to": "2381021153585051804", "weight": 1}, {"from": "1607298749756725102", "to": "2381021153585051804", "weight": 1}, {"from": "13319126561466992426", "to": "2381021153585051804", "weight": 1}, {"from": "3833160255595095003", "to": "2381021153585051804", "weight": 1}, {"from": "2343287717721360828", "to": "2381021153585051804", "weight": 1}, {"from": "824590046745083591", "to": "2381021153585051804", "weight": 1}, {"from": "17634330259827655722", "to": "2381021153585051804", "weight": 1}, {"from": "15846493882009759276", "to": "2381021153585051804", "weight": 1}, {"from": "13209348926291080860", "to": "1672665553767281734", "weight": 1}, {"from": "16235705232339507184", "to": "1672665553767281734", "weight": 1}, {"from": "16235705232339507184", "to": "6312471696354344603", "weight": 1}, {"from": "2013933719074368496", "to": "1672665553767281734", "weight": 1}, {"from": "2013933719074368496", "to": "7155667207045161378", "weight": 1}, {"from": "2013933719074368496", "to": "16235705232339507184", "weight": 1}, {"from": "8793029896395507010", "to": "1672665553767281734", "weight": 1}, {"from": "8793029896395507010", "to": "7155667207045161378", "weight": 1}, {"from": "8793029896395507010", "to": "16235705232339507184", "weight": 1}, {"from": "3844087685498854388", "to": "1672665553767281734", "weight": 1}, {"from": "3844087685498854388", "to": "16235705232339507184", "weight": 1}, {"from": "572712567324091714", "to": "1672665553767281734", "weight": 1}, {"from": "572712567324091714", "to": "16235705232339507184", "weight": 1}, {"from": "16058245771899492676", "to": "1672665553767281734", "weight": 1}, {"from": "5512802662340022027", "to": "1672665553767281734", "weight": 1}, {"from": "7168214980579319728", "to": "6312471696354344603", "weight": 1}, {"from": "4497917248250067674", "to": "7168214980579319728", "weight": 1}, {"from": "17816825046235643459", "to": "7168214980579319728", "weight": 1}, {"from": "7155667207045161378", "to": "7168214980579319728", "weight": 1}, {"from": "7155667207045161378", "to": "6312471696354344603", "weight": 1}, {"from": "13948077932539262553", "to": "7168214980579319728", "weight": 1}, {"from": "9598601944625388771", "to": "7168214980579319728", "weight": 1}, {"from": "2287243788343316923", "to": "7168214980579319728", "weight": 1}, {"from": "2287243788343316923", "to": "5935623751055355825", "weight": 1}, {"from": "5190861014575434035", "to": "7168214980579319728", "weight": 1}, {"from": "9333527055749185909", "to": "3458396398389387877", "weight": 1}, {"from": "9333527055749185909", "to": "16235705232339507184", "weight": 1}, {"from": "13264315013369292854", "to": "3458396398389387877", "weight": 1}, {"from": "7329647594369932315", "to": "3458396398389387877", "weight": 1}, {"from": "4416527254888837916", "to": "3458396398389387877", "weight": 1}, {"from": "5060121065165184210", "to": "3458396398389387877", "weight": 1}, {"from": "15816136068893942524", "to": "3458396398389387877", "weight": 1}, {"from": "10110104334022835757", "to": "3458396398389387877", "weight": 1}, {"from": "3710519923763274746", "to": "7155667207045161378", "weight": 1}, {"from": "13137715579964781651", "to": "7155667207045161378", "weight": 1}, {"from": "15864607000188383728", "to": "7155667207045161378", "weight": 1}, {"from": "1788827408361087894", "to": "7155667207045161378", "weight": 1}, {"from": "1426370300375211168", "to": "16235705232339507184", "weight": 1}, {"from": "7839340722404285552", "to": "16235705232339507184", "weight": 1}, {"from": "10553738615668616847", "to": "16235705232339507184", "weight": 1}, {"from": "11517447940529951525", "to": "16235705232339507184", "weight": 1}, {"from": "5074178277454044798", "to": "6312471696354344603", "weight": 1}, {"from": "440687180680399503", "to": "5074178277454044798", "weight": 1}, {"from": "2597834166337025404", "to": "5074178277454044798", "weight": 1}, {"from": "4764353839421452842", "to": "5074178277454044798", "weight": 1}, {"from": "8920795868500143528", "to": "5074178277454044798", "weight": 1}, {"from": "9019797957058084709", "to": "5074178277454044798", "weight": 1}, {"from": "10465085812130342644", "to": "5074178277454044798", "weight": 1}, {"from": "13559955005752027345", "to": "6312471696354344603", "weight": 1}, {"from": "3815368487389254038", "to": "13559955005752027345", "weight": 1}, {"from": "3815368487389254038", "to": "6545447824154534971", "weight": 1}, {"from": "1410244110601279407", "to": "13559955005752027345", "weight": 1}, {"from": "13055852169785823920", "to": "13559955005752027345", "weight": 1}, {"from": "7497629776340245603", "to": "13559955005752027345", "weight": 1}, {"from": "2829673525549867886", "to": "13559955005752027345", "weight": 1}, {"from": "17824096759436033262", "to": "9844681532389826252", "weight": 1}, {"from": "11459229647356475672", "to": "17824096759436033262", "weight": 1}, {"from": "11459229647356475672", "to": "16436232259506318906", "weight": 1}, {"from": "11459229647356475672", "to": "3200512630481960501", "weight": 1}, {"from": "11459229647356475672", "to": "15950430662967917123", "weight": 1}, {"from": "11459229647356475672", "to": "14880935744314366653", "weight": 1}, {"from": "11459229647356475672", "to": "8642196741698958427", "weight": 1}, {"from": "11424287065250598243", "to": "17824096759436033262", "weight": 1}, {"from": "11424287065250598243", "to": "16436232259506318906", "weight": 1}, {"from": "11890020786646058356", "to": "17824096759436033262", "weight": 1}, {"from": "57030359015830554", "to": "17824096759436033262", "weight": 1}, {"from": "14704700887325288423", "to": "9844681532389826252", "weight": 1}, {"from": "8599254436676320906", "to": "14704700887325288423", "weight": 1}, {"from": "8599254436676320906", "to": "14079239548452791512", "weight": 1}, {"from": "8599254436676320906", "to": "17799971764477278135", "weight": 1}, {"from": "12855937004888359241", "to": "14704700887325288423", "weight": 1}, {"from": "12855937004888359241", "to": "14079239548452791512", "weight": 1}, {"from": "12855937004888359241", "to": "16436232259506318906", "weight": 1}, {"from": "12855937004888359241", "to": "3200512630481960501", "weight": 1}, {"from": "12855937004888359241", "to": "15950430662967917123", "weight": 1}, {"from": "12855937004888359241", "to": "14880935744314366653", "weight": 1}, {"from": "16635967164511657165", "to": "14704700887325288423", "weight": 1}, {"from": "16635967164511657165", "to": "15950430662967917123", "weight": 1}, {"from": "14280592669518971589", "to": "14704700887325288423", "weight": 1}, {"from": "14280592669518971589", "to": "14079239548452791512", "weight": 1}, {"from": "5370440400011509498", "to": "14704700887325288423", "weight": 1}, {"from": "5370440400011509498", "to": "14079239548452791512", "weight": 1}, {"from": "16963939800398006067", "to": "14704700887325288423", "weight": 1}, {"from": "16963939800398006067", "to": "14079239548452791512", "weight": 1}, {"from": "16963939800398006067", "to": "14880935744314366653", "weight": 1}, {"from": "16963939800398006067", "to": "8642196741698958427", "weight": 1}, {"from": "18079961007055527406", "to": "14704700887325288423", "weight": 1}, {"from": "4680896688857314530", "to": "14704700887325288423", "weight": 1}, {"from": "4680896688857314530", "to": "14079239548452791512", "weight": 1}, {"from": "9682999547844662749", "to": "14704700887325288423", "weight": 1}, {"from": "9682999547844662749", "to": "14079239548452791512", "weight": 1}, {"from": "14079239548452791512", "to": "9844681532389826252", "weight": 1}, {"from": "381540638710125131", "to": "14079239548452791512", "weight": 1}, {"from": "7464044873387137971", "to": "14079239548452791512", "weight": 1}, {"from": "13614319731870093146", "to": "9844681532389826252", "weight": 1}, {"from": "5030672482439802527", "to": "13614319731870093146", "weight": 1}, {"from": "5030672482439802527", "to": "5485778387760415533", "weight": 1}, {"from": "10607552131352769008", "to": "13614319731870093146", "weight": 1}, {"from": "9677662898225746192", "to": "13614319731870093146", "weight": 1}, {"from": "18138603703196866305", "to": "13614319731870093146", "weight": 1}, {"from": "3453971945427589773", "to": "13614319731870093146", "weight": 1}, {"from": "15741818586838520636", "to": "13614319731870093146", "weight": 1}, {"from": "618905487863163883", "to": "13614319731870093146", "weight": 1}, {"from": "5985507243773621854", "to": "13614319731870093146", "weight": 1}, {"from": "5485778387760415533", "to": "9844681532389826252", "weight": 1}, {"from": "12947555455381547366", "to": "5485778387760415533", "weight": 1}, {"from": "13797846934589467194", "to": "5485778387760415533", "weight": 1}, {"from": "2071962215890699645", "to": "5485778387760415533", "weight": 1}, {"from": "2540846610689605576", "to": "5485778387760415533", "weight": 1}, {"from": "3998452468391702915", "to": "5485778387760415533", "weight": 1}, {"from": "15118849654682374627", "to": "5485778387760415533", "weight": 1}, {"from": "7048582756083604217", "to": "5485778387760415533", "weight": 1}, {"from": "5935623751055355825", "to": "9844681532389826252", "weight": 1}, {"from": "8494434349347836067", "to": "5935623751055355825", "weight": 1}, {"from": "17707966079671814827", "to": "5935623751055355825", "weight": 1}, {"from": "6373280868032745912", "to": "5935623751055355825", "weight": 1}, {"from": "1379264465068802050", "to": "5935623751055355825", "weight": 1}, {"from": "8614939378492004519", "to": "9844681532389826252", "weight": 1}, {"from": "1668283723629823735", "to": "8614939378492004519", "weight": 1}, {"from": "15834171481971256049", "to": "8614939378492004519", "weight": 1}, {"from": "57299475432091177", "to": "8614939378492004519", "weight": 1}, {"from": "13232856954311379714", "to": "8614939378492004519", "weight": 1}, {"from": "14943940645006930365", "to": "8614939378492004519", "weight": 1}, {"from": "518833812754147671", "to": "8614939378492004519", "weight": 1}, {"from": "8208490194922359788", "to": "8614939378492004519", "weight": 1}, {"from": "12812416044799283808", "to": "8614939378492004519", "weight": 1}, {"from": "3948965539173451882", "to": "8614939378492004519", "weight": 1}, {"from": "9281510746729853742", "to": "16436232259506318906", "weight": 1}, {"from": "9281510746729853742", "to": "3200512630481960501", "weight": 1}, {"from": "9281510746729853742", "to": "17799971764477278135", "weight": 1}, {"from": "9281510746729853742", "to": "15950430662967917123", "weight": 1}, {"from": "5758617088745811384", "to": "16436232259506318906", "weight": 1}, {"from": "5758617088745811384", "to": "17799971764477278135", "weight": 1}, {"from": "5758617088745811384", "to": "8642196741698958427", "weight": 1}, {"from": "12589619088479868341", "to": "16436232259506318906", "weight": 1}, {"from": "7533260230303233181", "to": "3200512630481960501", "weight": 1}, {"from": "6243061688889140249", "to": "3200512630481960501", "weight": 1}, {"from": "6243061688889140249", "to": "17799971764477278135", "weight": 1}, {"from": "6243061688889140249", "to": "15950430662967917123", "weight": 1}, {"from": "1739257544589912763", "to": "3200512630481960501", "weight": 1}, {"from": "15993525775437884507", "to": "3200512630481960501", "weight": 1}, {"from": "15993525775437884507", "to": "15950430662967917123", "weight": 1}, {"from": "15932869302045479284", "to": "5329041543478510378", "weight": 1}, {"from": "33360340445245158", "to": "15932869302045479284", "weight": 1}, {"from": "17186798094825352745", "to": "15932869302045479284", "weight": 1}, {"from": "17186798094825352745", "to": "6545447824154534971", "weight": 1}, {"from": "17186798094825352745", "to": "15979539249648882528", "weight": 1}, {"from": "10883068066968164261", "to": "15932869302045479284", "weight": 1}, {"from": "4721631804326015979", "to": "15932869302045479284", "weight": 1}, {"from": "15979539249648882528", "to": "15932869302045479284", "weight": 1}, {"from": "15979539249648882528", "to": "5329041543478510378", "weight": 1}, {"from": "7671803503379420781", "to": "15932869302045479284", "weight": 1}, {"from": "3659160383490046744", "to": "15932869302045479284", "weight": 1}, {"from": "8504723689348856287", "to": "15932869302045479284", "weight": 1}, {"from": "17428665317973389220", "to": "15932869302045479284", "weight": 1}, {"from": "13647028329232773843", "to": "15932869302045479284", "weight": 1}, {"from": "17799971764477278135", "to": "5329041543478510378", "weight": 1}, {"from": "13312035063239472247", "to": "17799971764477278135", "weight": 1}, {"from": "14908107896544813002", "to": "17799971764477278135", "weight": 1}, {"from": "4205512852566836101", "to": "17799971764477278135", "weight": 1}, {"from": "5034558864053164025", "to": "14880935744314366653", "weight": 1}, {"from": "5034558864053164025", "to": "8642196741698958427", "weight": 1}, {"from": "90386599069203250", "to": "14880935744314366653", "weight": 1}, {"from": "14150631212008688559", "to": "8642196741698958427", "weight": 1}, {"from": "9456193458847397477", "to": "8642196741698958427", "weight": 1}, {"from": "6545447824154534971", "to": "5329041543478510378", "weight": 1}, {"from": "11202245850277157438", "to": "6545447824154534971", "weight": 1}, {"from": "9261985116174637265", "to": "6545447824154534971", "weight": 1}, {"from": "8526775522176257003", "to": "6545447824154534971", "weight": 1}, {"from": "12008338754204550032", "to": "6545447824154534971", "weight": 1}, {"from": "4418782879850190161", "to": "6545447824154534971", "weight": 1}, {"from": "13927538846757401282", "to": "6545447824154534971", "weight": 1}, {"from": "1123539792771725153", "to": "15979539249648882528", "weight": 1}, {"from": "4944766336623866447", "to": "15979539249648882528", "weight": 1}, {"from": "15534867282904611259", "to": "15979539249648882528", "weight": 1}, {"from": "6346825306691054156", "to": "15979539249648882528", "weight": 1}, {"from": "7086131595814565786", "to": "15979539249648882528", "weight": 1}, {"from": "14335417027692924886", "to": "15979539249648882528", "weight": 1}, {"from": "1924844430929739761", "to": "15979539249648882528", "weight": 1}, {"from": "17516348694389860891", "to": "15979539249648882528", "weight": 1}, {"from": "2668617723363409606", "to": "15979539249648882528", "weight": 1}]);
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {
"configure": {
"enabled": true,
"filter": [
"physics"
]
},
"edges": {
"color": {
"inherit": true
},
"smooth": {
"enabled": false,
"type": "continuous"
}
},
"interaction": {
"dragNodes": true,
"hideEdgesOnDrag": false,
"hideNodesOnDrag": false
},
"physics": {
"enabled": true,
"stabilization": {
"enabled": true,
"fit": true,
"iterations": 1000,
"onlyDynamicEdges": false,
"updateInterval": 50
}
}
};
// if this network requires displaying the configure window,
// put it in its div
options.configure["container"] = document.getElementById("config");
network = new vis.Network(container, data, options);
network.on("stabilizationProgress", function(params) {
document.getElementById('loadingBar').removeAttribute("style");
var maxWidth = 496;
var minWidth = 20;
var widthFactor = params.iterations/params.total;
var width = Math.max(minWidth,maxWidth * widthFactor);
document.getElementById('bar').style.width = width + 'px';
document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
});
network.once("stabilizationIterationsDone", function() {
document.getElementById('text').innerHTML = '100%';
document.getElementById('bar').style.width = '496px';
document.getElementById('loadingBar').style.opacity = 0;
// really clean the dom element
setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
});
return network;
}
drawGraph();
</script>
</body>
</html>