Difference between revisions of "Resource:Previous Seminars"
From MobiNetS
(43 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
=== History === | === History === | ||
====2024==== | |||
{{Hist_seminar | |||
|abstract = Video super-resolution (VSR) on mobile devices aims to restore high-resolution frames from their low-resolution counterparts, satisfying the requirements of performance, FLOPs and latency. On one hand, partial feature processing, as a classic and acknowledged strategy, is developed in current studies to reach an appropriate trade-off between FLOPs and accuracy. However, the splitting of partial feature processing strategy are usually performed in a blind manner, thereby reducing the computational efficiency and performance gains. On the other hand, current methods for mobile platforms primarily treat VSR as an extension of single-image super-resolution to reduce model calculation and inference latency. However, lacking inter-frame information interaction in current methods results in a suboptimal latency and accuracy trade-off. To this end, we propose a novel architecture, termed Feature Aggregating Network with Inter-frame Interaction (FANI), a lightweight yet considering frame-wise correlation VSR network, which could achieve real-time inference while maintaining superior performance. Our FANI accepts adjacent multi-frame low-resolution images as input and generally consists of several fully-connection-embedded modules, i.e., Multi-stage Partial Feature Distillation (MPFD) for capturing multi-level feature representations. Moreover, considering the importance of inter-frame alignment, we further employ a tiny Attention-based Frame Alignment (AFA) module to promote inter-frame information flow and aggregation efficiently. Extensive experiments on the well-known dataset and real-world mobile device demonstrate the superiority of our proposed FANI, which means that our FANI could be well adapted to mobile devices and produce visually pleasing results. | |||
|confname = ICDM‘23 | |||
|link = https://ieeexplore.ieee.org/abstract/document/10415812 | |||
|title= Feature Aggregating Network with Inter-Frame Interaction for Efficient Video Super-Resolution | |||
|speaker=Shuhong | |||
|date=2024-10-25 | |||
}} | |||
{{Hist_seminar | |||
|abstract = The proliferation of edge devices has pushed computing from the cloud to the data sources, and video analytics is among the most promising applications of edge computing. Running video analytics is compute- and latency-sensitive, as video frames are analyzed by complex deep neural networks (DNNs) which put severe pressure on resource-constrained edge devices. To resolve the tension between inference latency and resource cost, we present Polly, a cross-camera inference system that enables co-located cameras with different but overlapping fields of views (FoVs) to share inference results between one another, thus eliminating the redundant inference work for objects in the same physical area. Polly’s design solves two basic challenges of cross-camera inference: how to identify overlapping FoVs automatically, and how to share inference results accurately across cameras. Evaluation on NVIDIA Jetson Nano with a real-world traffic surveillance dataset shows that Polly reduces the inference latency by up to 71.4% while achieving almost the same detection accuracy with state-of-the-art systems. | |||
|confname= INFOCOM'23 | |||
|link = https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10229045 | |||
|title= Cross-Camera Inference on the Constrained Edge | |||
|speaker=Xinyan | |||
|date=2024-10-25 | |||
}} | |||
{{Hist_seminar | |||
|abstract = Smart cameras with on-device deep learning inference capabilities are enabling distributed video analytics at the data source without sending raw video data over the often unreliable and congested wireless network. However, how to unleash the full potential of the computing power of the camera network requires careful coordination among the distributed cameras, catering to the uneven workload distribution and the heterogeneous computing capabilities. This paper presents CrossVision, a distributed framework for real-time video analytics, that retains all video data on cameras while achieving low inference delay and high inference accuracy. The key idea behind CrossVision is that there is a significant information redundancy in the video content captured by cameras with overlapped Field-of-Views (FoVs), which can be exploited to reduce inference workload as well as improve inference accuracy between correlated cameras. CrossVision consists of three main components to realize its function: a Region-of-Interest (RoI) Matcher that discovers video content correlation based on a segmented FoV transformation scheme; a Workload Balancer that implements a randomized workload balancing strategy based on a bulk-queuing analysis, taking into account the cameras’ predicted future workload arrivals; an Accuracy Guard that ensures that the inference accuracy is not sacrificed as redundant information is discarded. We evaluate CrossVision in a hardware-augmented simulator and on real-world cross-camera datasets, and the results show that CrossVision is able to significantly reduce inference delay while improving the inference accuracy compared to a variety of baseline approaches. | |||
|confname= TMC'24 | |||
|link = https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10202594 | |||
|title= CrossVision: Real-Time On-Camera Video Analysis via Common RoI Load Balancing | |||
|speaker=Xinyan | |||
|date=2024-10-25 | |||
}} | |||
{{Hist_seminar | |||
|abstract = LoRa is a promising technology that offers ubiquitous low-power IoT connectivity. With the features of multi-channel communication, orthogonal transmission, and spectrum sharing, LoRaWAN is poised to connect millions of IoT devices across thousands of logical channels. However, current LoRa gateways utilize hardwired Rx chains that cover only a small fraction (<1%) of the logical channels, limiting the potential for massive LoRa communications. This paper presents XGate, a novel gateway design that uses a single Rx chain to concurrently receive packets from all logical channels, fundamentally enabling scalable LoRa transmission and flexible network access. Unlike hardwired Rx chains in the current gateway design, XGate allocates resources including software-controlled Rx chains and demodulators based on the extracted meta information of incoming packets. XGate addresses a series of challenges to efficiently detect incoming packets without prior knowledge of their parameter configurations. Evaluations show that XGate boosts LoRa concurrent transmissions by 8.4× than state-of-the-art. | |||
|confname=Mobicom' 24 | |||
|link = https://dl.acm.org/doi/pdf/10.1145/3636534.3649375 | |||
|title= Revolutionizing LoRa Gateway with XGate: Scalable Concurrent Transmission across Massive Logical Channels | |||
|speaker=Chenkai | |||
|date=2024-10-18 | |||
}} | |||
{{Hist_seminar | |||
|abstract = Deep learning training (DLT), e.g., large language model (LLM) training, has become one of the most important services in multitenant cloud computing. By deeply studying in-production DLT jobs, we observed that communication contention among different DLT jobs seriously influences the overall GPU computation utilization, resulting in the low efficiency of the training cluster. In this paper, we present Crux, a communication scheduler that aims to maximize GPU computation utilization by mitigating the communication contention among DLT jobs. Maximizing GPU computation utilization for DLT, nevertheless, is NP-Complete; thus, we formulate and prove a novel theorem to approach this goal by GPU intensity-aware communication scheduling. Then, we propose an approach that prioritizes the DLT flows with high GPU computation intensity, reducing potential communication contention. Our 96-GPU testbed experiments show that Crux improves 8.3% to 14.8% GPU computation utilization. The large-scale production trace-based simulation further shows that Crux increases GPU computation utilization by up to 23% compared with alternatives including Sincronia, TACCL, and CASSINI. | |||
|confname=SIGCOMM' 24 | |||
|link = https://dl.acm.org/doi/pdf/10.1145/3651890.3672239 | |||
|title= Crux: GPU-Efficient Communication Scheduling for Deep Learning Training | |||
|speaker=Youwei | |||
|date=2024-10-18 | |||
}} | |||
{{Hist_seminar | |||
|abstract = Zero-shot object navigation is a challenging task for home-assistance robots. This task emphasizes visual grounding, commonsense inference and locomotion abilities, where the first two are inherent in foundation models. But for the locomotion part, most works still depend on map-based planning approaches. The gap between RGB space and map space makes it difficult to directly transfer the knowledge from foundation models to navigation tasks. In this work, we propose a Pixel-guided Navigation skill (PixNav), which bridges the gap between the foundation models and the embodied navigation task. It is straightforward for recent foundation models to indicate an object by pixels, and with pixels as the goal specification, our method becomes a versatile navigation policy towards all different kinds of objects. Besides, our PixNav is a pure RGB-based policy that can reduce the cost of homeassistance robots. Experiments demonstrate the robustness of the PixNav which achieves 80+% success rate in the local path-planning task. To perform long-horizon object navigation, we design an LLM-based planner to utilize the commonsense knowledge between objects and rooms to select the best waypoint. Evaluations across both photorealistic indoor simulators and real-world environments validate the effectiveness of our proposed navigation strategy. | |||
|confname=ICRA' 24 | |||
|link = https://ieeexplore.ieee.org/document/10610499 | |||
|title= Bridging Zero-shot Object Navigation and Foundation Models through Pixel-Guided Navigation Skill | |||
|speaker=Qinyong | |||
|date=2024-10-11 | |||
}} | |||
{{Hist_seminar | |||
|abstract = Datacenter networks today provide best-effort delivery—messages may observe unpredictable queueing, delays, and drops due to switch buffer overflows within the network. Such weak guarantees reduce the set of assumptions that system designers can rely upon from the network, thus introducing inefficiency and complexity in host hardware and software. We present Harmony, a datacenter network architecture that provides powerful "congestion-free" message delivery guarantees—each message, once transmitted by the sender, observes bounded queueing at each switch in the network. Thus, network delays are bounded in failure-free scenarios, and congestion-related drops are completely eliminated. We establish, both theoretically and empirically, that Harmony provides such powerful guarantees with near-zero overheads compared to best-effort delivery networks: it incurs a tiny additive latency overhead that diminishes with message sizes, while achieving near-optimal network utilization. | |||
|confname=NSDI' 24 | |||
|link = https://www.usenix.org/conference/nsdi24/presentation/agarwal-saksham | |||
|title= Harmony: A Congestion-free Datacenter Architecture | |||
|speaker=Junzhe | |||
|date=2024-10-11 | |||
}} | |||
{{Hist_seminar | |||
|abstract = Overlapping cameras offer exciting opportunities to view a scene from different angles, allowing for more advanced, comprehensive and robust analysis. However, existing video analytics systems for multi-camera streams are mostly limited to (i) per-camera processing and aggregation and (ii) workload-agnostic centralized processing architectures. In this paper, we present Argus, a distributed video analytics system with cross-camera collaboration on smart cameras. We identify multi-camera, multi-target tracking as the primary task of multi-camera video analytics and develop a novel technique that avoids redundant, processing-heavy identification tasks by leveraging object-wise spatio-temporal association in the overlapping fields of view across multiple cameras. We further develop a set of techniques to perform these operations across distributed cameras without cloud support at low latency by (i) dynamically ordering the camera and object inspection sequence and (ii) flexibly distributing the workload across smart cameras, taking into account network transmission and heterogeneous computational capacities. Evaluation of three real-world overlapping camera datasets with two Nvidia Jetson devices shows that Argus reduces the number of object identifications and end-to-end latency by up to 7.13× and 2.19× (4.86× and 1.60× compared to the state-of-the-art), while achieving comparable tracking quality. | |||
|confname=TMC' 24 | |||
|link = https://ieeexplore.ieee.org/abstract/document/10682605 | |||
|title= Argus: Enabling Cross-Camera Collaboration for Video Analytics on Distributed Smart Cameras | |||
|speaker=Bairong | |||
|date=2024-9-29 | |||
}} | |||
{{Hist_seminar | |||
|abstract = We present FarfetchFusion, a fully mobile live 3D telepresence system. Enabling mobile live telepresence is a challenging problem as it requires i) realistic reconstruction of the user and ii) high responsiveness for immersive experience. We first thoroughly analyze the live 3D telepresence pipeline and identify three critical challenges: i) 3D data streaming latency and compression complexity, ii) computational complexity of volumetric fusion-based 3D reconstruction, and iii) inconsistent reconstruction quality due to sparsity of mobile 3D sensors. To tackle the challenges, we propose a disentangled fusion approach, which separates invariant regions and dynamically changing regions with our low-complexity spatio-temporal alignment technique, topology anchoring. We then design and implement an end-to-end system, which achieves realistic reconstruction quality comparable to existing server-based solutions while meeting the real-time performance requirements (<100 ms end-to-end latency, 30 fps throughput, <16 ms motion-to-photon latency) solely relying on mobile computation capability. | |||
|confname=MobiCom' 23 | |||
|link = https://dl.acm.org/doi/abs/10.1145/3570361.3592525 | |||
|title= FarfetchFusion: Towards Fully Mobile Live 3D Telepresence Platform | |||
|speaker=Mengfan | |||
|date=2024-9-29 | |||
}} | |||
{{Hist_seminar | |||
|abstract = Increasing bandwidth demands of mobile video streaming pose a challenge in optimizing the Quality of Experience (QoE) for better user engagement. Multipath transmission promises to extend network capacity by utilizing multiple wireless links simultaneously. Previous studies mainly tune the packet scheduler in multipath transmission, expecting higher QoE by accelerating transmission. However, since Adaptive BitRate (ABR) algorithms overlook the impact of multipath scheduling on throughput prediction, multipath adaptive streaming can even experience lower QoE than single-path. This paper proposes Chorus, a cross-layer framework that coordinates multipath scheduling with adaptive streaming to optimize QoE jointly. Chorus establishes two-way feedback control loops between the server and the client. Furthermore, Chorus introduces Coarse-grained Decisions, which assist appropriate bitrate selection by considering the scheduling decision in throughput prediction, and Finegrained Corrections, which meet the predicted throughput by QoE-oriented multipath scheduling. Extensive emulation and real-world mobile Internet evaluations show that Chorus outperforms the state-of-the-art MPQUIC scheduler, improving average QoE by 23.5% and 65.7%, respectively. | |||
|confname=MobiCom' 24 | |||
|link = https://dl.acm.org/doi/pdf/10.1145/3636534.3649359 | |||
|title= Chorus: Coordinating Mobile Multipath Scheduling and Adaptive Video Streaming | |||
|speaker=Jiahao | |||
|date=2024-9-13 | |||
}} | |||
{{Hist_seminar | |||
|abstract = In Distributed Quantum Computing (DQC), quantum bits (qubits) used in a quantum circuit may be distributed on multiple Quantum Computers (QCs) connected by a Quantum Data Network (QDN). To perform a quantum gate operation involving two qubits on different QCs, we have to establish an Entanglement Connection (EC) between their host QCs. Existing EC establishment schemes result in a long EC establishment time, and low quantum resource utilization.In this paper, we propose an Asynchronous Entanglement Routing and Provisioning (AEPR) scheme to minimize the task completion time in DQC systems. AEPR has three distinct features: (i). Entanglement Paths (EPs) for a given SD pair are predetermined to eliminate the need for runtime calculation; (ii). Entanglement Links (ELs) are created proactively to reduce the time needed create EL on demand; and (iii). For a given EC request, quantum swapping along an EP is performed by a repeater whenever two adjacent ELs are created, so precious quantum resources at the repeater can be released immediately thereafter for other ELs and ECs. Extensive simulations show that AEPR can save up to 76.05% of the average task completion time in DQC systems compared with the state-of-the-art entanglement routing schemes designed to maximize QDN throughput. | |||
|confname=INFOCOM' 23 | |||
|link = https://doi.org/10.1109/infocom53939.2023.10229101 | |||
|title= Asynchronous Entanglement Provisioning and Routing for Distributed Quantum Computing | |||
|speaker=Yaliang | |||
|date=2024-9-13 | |||
}} | |||
{{Hist_seminar | |||
|abstract = Recent advances in network and mobile computing. | |||
|confname=Talk | |||
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2024 | |||
|title=[[Resource:Paper_Carnival_2024|Paper Carnival 2024]] | |||
|speaker=All | |||
|date=2024-9-5 ~ 2024-9-6 | |||
}} | |||
{{Hist_seminar | |||
|confname=ICNP'23 | |||
|link=https://ieeexplore.ieee.org/abstract/document/10355583 | |||
|title=Hi2LoRa: Exploring Highly Dimensional and Highly Accurate Features to Push LoRaWAN Concurrency Limits with Low Implementation Cost | |||
|speaker=Jiyi | |||
|date=2024-07-05}} | |||
{{Hist_seminar | |||
|confname=ICRA'23 | |||
|link=https://ieeexplore.ieee.org/abstract/document/10160341 | |||
|title=D2CoPlan: A Differentiable Decentralized Planner for Multi-Robot Coverage | |||
|speaker=Xianyang | |||
|date=2024-07-05}} | |||
{{Hist_seminar | |||
|confname=TMC'24 | |||
|link=https://ieeexplore.ieee.org/abstract/document/10440565 | |||
|title=Joint Deployment of Truck-drone Systems for Camera-based Object Monitoring | |||
|speaker=Luwei | |||
|date=2024-06-28}} | |||
{{Hist_seminar | |||
|confname=NSDI'23 | |||
|link=https://www.usenix.org/conference/nsdi23/presentation/li-zhuqi | |||
|title=Dashlet: Taming Swipe Uncertainty for Robust Short Video Streaming | |||
|speaker=Mengqi | |||
|date=2024-06-28}} | |||
{{Hist_seminar | |||
|confname=MobiCom'23 | |||
|link=https://arxiv.org/pdf/2308.06053 | |||
|title=Cost-effective On-device Continual Learning over Memory Hierarchy with Miro | |||
|speaker=Jiale | |||
|date=2024-06-14}} | |||
{{Hist_seminar | |||
|confname=SEC'23 | |||
|link=https://www.cs.hunter.cuny.edu/~sdebroy/publication-files/SEC2023_CR.pdf | |||
|title=On Balancing Latency and Quality of Edge-Native Multi-View 3D Reconstruction | |||
|speaker=Yang Wang | |||
|date=2024-06-14}} | |||
{{Hist_seminar | |||
|confname=MobiSys'21 | |||
|link=https://dl.acm.org/doi/10.1145/3458864.3466867 | |||
|title=RayTrack: enabling interference-free outdoor mobile VLC with dynamic field-of-view | |||
|speaker=Mengyu | |||
|date=2024-06-07}} | |||
{{Hist_seminar | |||
|confname=MM'23 | |||
|link=https://dl.acm.org/doi/pdf/10.1145/3581783.3613907 | |||
|title=Hermes: Leveraging Implicit Inter-Frame Correlation for Bandwidth-Efficient Mobile Volumetric Video Streaming | |||
|speaker=Mengfan | |||
|date=2024-06-07}} | |||
{{Hist_seminar | |||
|confname=SIGCOMM '23 | |||
|link=https://dl.acm.org/doi/pdf/10.1145/3603269.3604853 | |||
|title=Masking Corruption Packet Losses in Datacenter Networks with Link-local Retransmission | |||
|speaker=Jiacheng | |||
|date=2024-05-31}} | |||
{{Hist_seminar | |||
|confname=FAST '23 | |||
|link=https://www.usenix.org/system/files/fast23-li-pengfei.pdf | |||
|title=ROLEX: A Scalable RDMA-oriented Learned Key-Value Store for Disaggregated Memory Systems | |||
|speaker=Haotian | |||
|date=2024-05-31}} | |||
{{Hist_seminar | |||
|confname=ICRA 2023 | |||
|link=https://ieeexplore.ieee.org/document/10161345 | |||
|title=Zero-shot Active Visual Search (ZAVIS): Intelligent Object Search for Robotic Assistants | |||
|speaker=Zhenhua | |||
|date=2024-05-24}} | |||
{{Hist_seminar | |||
|confname=INFOCOM 2023 | |||
|link=https://xplorestaging.ieee.org/document/10229025 | |||
|title=RecMon: A Deep Learning-based Data Recovery System for Network Monitoring | |||
|speaker=Zhenguo | |||
|date=2024-05-24}} | |||
{{Hist_seminar | |||
|confname=IPSN 2023 | |||
|link=https://dl.acm.org/doi/10.1145/3583120.3586963 | |||
|title=FLoRa: Energy-Efficient, Reliable, and Beamforming-Assisted Over-The-Air Firmware Update in LoRa Networks | |||
|speaker=Kai Chen | |||
|date=2024-05-10}} | |||
{{Hist_seminar | |||
|confname=INFOCOM 2023 | |||
|link=https://ieeexplore.ieee.org/abstract/document/10228941/ | |||
|title=Prophet: An Efficient Feature Indexing Mechanism for Similarity Data Sharing at Network Edge | |||
|speaker=Rong Cong | |||
|date=2024-05-10}} | |||
{{Hist_seminar | |||
|confname=SIGCOMM 2020 | |||
|link=https://dl.acm.org/doi/10.1145/3387514.3405853 | |||
|title=Concurrent Entanglement Routing for Quantum Networks: Model and Designs | |||
|speaker=Yaliang | |||
|date=2024-04-28}} | |||
{{Hist_seminar | |||
|confname=MobiCom 2023 | |||
|link=https://dl.acm.org/doi/10.1145/3570361.3592523 | |||
|title=NeuriCam: Key-Frame Video Super-Resolution and Colorization for IoT Cameras | |||
|speaker=Jiyi | |||
|date=2024-04-12}} | |||
{{Hist_seminar | |||
|confname=Neurips 2017 | |||
|link=https://proceedings.neurips.cc/paper_files/paper/2017/file/3f5ee243547dee91fbd053c1c4a845aa-Paper.pdf | |||
|title=Attention Is All You Need | |||
|speaker=Qinyong | |||
|date=2024-04-12}} | |||
{{Hist_seminar | |||
|confname=INFOCOM 2023 | |||
|link=https://ieeexplore.ieee.org/document/10229104 | |||
|title=Achieving Resilient and Performance-Guaranteed Routing in Space-Terrestrial Integrated Networks | |||
|speaker=Luwei | |||
|date=2024-03-29}} | |||
{{Hist_seminar | |||
|confname=INFOCOM 2023 | |||
|link=https://ieeexplore.ieee.org/document/10229043 | |||
|title=Communication-aware DNN pruning | |||
|speaker=Shuhong | |||
|date=2024-03-29}} | |||
{{Hist_seminar | |||
|confname=IROS 2021 | |||
|link=https://ieeexplore.ieee.org/abstract/document/9636344 | |||
|title=Scalable Reinforcement Learning Policies for Multi-Agent Control | |||
|speaker=Xianyang | |||
|date=2024-03-22}} | |||
{{Hist_seminar | |||
|confname=INFOCOM 2023 | |||
|link=https://ieeexplore.ieee.org/document/10228936/ | |||
|title=Breaking the Throughput Limit of LED-Camera Communication via Superposed Polarization | |||
|speaker=Mengyu | |||
|date=2024-03-22}} | |||
{{Hist_seminar | |||
|confname=MobiHoc '23 | |||
|link=https://dl.acm.org/doi/10.1145/3565287.3610254 | |||
|title=SRLoRa: Neural-enhanced LoRa Weak Signal Decoding with Multi-gateway Super Resolution | |||
|speaker=Pengfei | |||
|date=2024-01-18}} | |||
{{Hist_seminar | |||
|confname=TMC '23 | |||
|link=https://ieeexplore.ieee.org/document/9839387 | |||
|title=Integrated Sensing and Communication in UAV Swarms for Cooperative Multiple Targets Tracking | |||
|speaker=Kun Wang | |||
|date=2024-01-18}} | |||
{{Hist_seminar | |||
|confname=MobiCom '23 | |||
|link=https://dl.acm.org/doi/10.1145/3570361.3592496 | |||
|title=Towards Spatial Selection Transmission for Low-end IoT devices with SpotSound | |||
|speaker=Jiajun | |||
|date=2024-01-18}} | |||
{{Hist_seminar | |||
|confname=NSDI '23 | |||
|link=https://www.usenix.org/conference/nsdi23/presentation/padmanabhan | |||
|title=Gemel: Model Merging for Memory-Efficient, Real-Time Video Analytics at the Edge | |||
|speaker=Mengqi | |||
|date=2024-01-18}} | |||
{{Hist_seminar | |||
|confname=MobiCom '23 | |||
|link=https://dl.acm.org/doi/10.1145/3570361.3592514 | |||
|title=Re-thinking computation offload for efficient inference on IoT devices with duty-cycled radios | |||
|speaker=Yang Wang | |||
|date=2024-01-11}} | |||
{{Hist_seminar | |||
|confname=INFOCOM '23 | |||
|link=https://ieeexplore.ieee.org/abstract/document/10228884 | |||
|title=DisProTrack: Distributed Provenance Tracking over Serverless Applications | |||
|speaker=Xinyu | |||
|date=2024-01-11}} | |||
{{Hist_seminar | |||
|confname=MobiSys '23 | |||
|link=https://dl.acm.org/doi/abs/10.1145/3581791.3596855 | |||
|title=When VLC Meets Under-Screen Camera | |||
|speaker=Jiacheng | |||
|date=2024-01-11}} | |||
{{Hist_seminar | |||
|confname=MobiCom '23 | |||
|link=https://dl.acm.org/doi/abs/10.1145/3570361.3592530 | |||
|title=MetaStream: Live Volumetric Content Capture, Creation, Delivery, and Rendering in Real Time | |||
|speaker=Jiale | |||
|date=2024-01-11}} | |||
{{Hist_seminar | |||
|confname=ToSN '23 | |||
|link=https://dl.acm.org/doi/10.1145/3571586 | |||
|title=Decoding LoRa Collisions via Parallel Alignment | |||
|speaker=Kai Chen | |||
|date=2024-01-04}} | |||
{{Hist_seminar | |||
|confname=MASS '23 | |||
|link=https://ieeexplore.ieee.org/abstract/document/10298524 | |||
|title=WiMix: A Lightweight Multimodal Human Activity Recognition System based on WiFi and Vision | |||
|speaker=Haotian | |||
|date=2024-01-04}} | |||
{{Hist_seminar | |||
|confname=TMC '23 | |||
|link=https://ieeexplore.ieee.org/document/9888056 | |||
|title=A Multicriteria-Based Forwarding Strategy for Interest Flooding Mitigation on Named Data Wireless Networking | |||
|speaker=Zhenghua | |||
|date=2024-01-04}} | |||
====2023==== | ====2023==== | ||
{{Hist_seminar | |||
|confname=SenSys' 22 | |||
|link=https://dl.acm.org/doi/pdf/10.1145/3560905.3568547 | |||
|title=LLDPC: A Low-Density Parity-Check Coding Scheme for LoRa Networks | |||
|speaker=Wengliang | |||
|date=2023-12-21}} | |||
{{Hist_seminar | |||
|confname=ToN' 22 | |||
|link=https://ieeexplore.ieee.org/document/9690589/ | |||
|title=Continuous Network Update With Consistency Guaranteed in Software-Defined Networks | |||
|speaker=Yaliang | |||
|date=2023-12-21}} | |||
{{Hist_seminar | |||
|confname=INFOCOM '23 | |||
|link=https://ieeexplore.ieee.org/document/10229105 | |||
|title=OmniSense: Towards Edge-Assisted Online Analytics for 360-Degree Videos | |||
|speaker=Mengfan | |||
|date=2023-12-21}} | |||
{{Hist_seminar | |||
|confname=SIGCOMM '23 | |||
|link=https://dl.acm.org/doi/abs/10.1145/3603269.3604849 | |||
|title=Network Load Balancing with In-network Reordering Support for RDMA | |||
|speaker=Jiyi | |||
|date=2023-12-21}} | |||
{{Hist_seminar | |||
|confname=TMC '22 | |||
|link=https://ieeexplore.ieee.org/abstract/document/10209220 | |||
|title=F3VeTrac: Enabling Fine-grained, Fully-road-covered, and Fully-individual penetrative Vehicle Trajectory Recovery | |||
|speaker=Zhenguo | |||
|date=2023-12-07}} | |||
{{Hist_seminar | |||
|confname=SIGCOMM '23 | |||
|link=https://dl.acm.org/doi/abs/10.1145/3603269.3604819 | |||
|title=ZGaming: Zero-Latency 3D Cloud Gaming by Image Prediction | |||
|speaker=Wenjie | |||
|date=2023-12-07}} | |||
{{Hist_seminar | |||
|confname=NeurIPS '20 | |||
|link=https://arxiv.org/abs/2010.13110 | |||
|title=Learning Multi-Agent Coordination for Enhancing Target Coverage in Directional Sensor Networks | |||
|speaker=Jiahui | |||
|date=2023-12-07}} | |||
{{Hist_seminar | |||
|confname=MobiCom '23 | |||
|link=https://dl.acm.org/doi/abs/10.1145/3570361.3592522 | |||
|title=CoreKube: An Efficient, Autoscaling and Resilient Mobile Core System | |||
|speaker=Qinyong | |||
|date=2023-12-07}} | |||
{{Hist_seminar | |||
|confname=TMC '20 | |||
|link=https://ieeexplore.ieee.org/document/8708935 | |||
|title=SmartVLC: Co-Designing Smart Lighting and Communication for Visible Light Networks | |||
|speaker=Mengyu | |||
|date=2023-11-16}} | |||
{{Hist_seminar | |||
|confname=TMC '23 | |||
|link=https://ieeexplore.ieee.org/document/9566795 | |||
|title=A Fast, Reliable, Opportunistic Broadcast Scheme With Mitigation of Internal Interference in VANETs | |||
|speaker=Luwei | |||
|date=2023-11-16}} | |||
{{Hist_seminar | |||
|confname=INFOCOM '23 | |||
|link=https://ieeexplore.ieee.org/document/10228990 | |||
|title=ResMap: Exploiting Sparse Residual Feature Map for Accelerating Cross-Edge Video Analytics | |||
|speaker=Xianyang | |||
|date=2023-11-16}} | |||
{{Hist_seminar | |||
|confname=NSDI '23 | |||
|link=https://www.usenix.org/conference/nsdi23/presentation/yu | |||
|title=Following the Data, Not the Function: Rethinking Function Orchestration in Serverless Computing | |||
|speaker=Mengfan | |||
|date=2023-11-16}} | |||
{{Hist_seminar | |||
|confname=ASPLOS '23 | |||
|link=https://dl.acm.org/doi/10.1145/3582016.3582050 | |||
|title=LEGO: Empowering Chip-Level Functionality Plug-and-Play for Next-Generation IoT Devices | |||
|speaker=Pengfei | |||
|date=2023-11-09}} | |||
{{Hist_seminar | |||
|confname=IoTJ '23 | |||
|link=https://ieeexplore.ieee.org/document/9714482?denied= | |||
|title=Hierarchical Aerial Computing for Internet of Things via Cooperation of HAPs and UAVs | |||
|speaker=Kun Wang | |||
|date=2023-11-09}} | |||
{{Hist_seminar | |||
|confname=INFOCOM '23 | |||
|link=https://ieeexplore.ieee.org/abstract/document/10229089 | |||
|title=Search in the Expanse: Towards Active and Global IPv6 Hitlists | |||
|speaker=Xinyu | |||
|date=2023-11-2}} | |||
{{Hist_seminar | |||
|confname=IPSN '23 | |||
|link=https://dl.acm.org/doi/10.1145/3583120.3586969 | |||
|title=Link Quality Modeling for LoRa Networks in Orchards | |||
|speaker=Jiacheng | |||
|date=2023-11-02}} | |||
{{Hist_seminar | |||
|confname=INFOCOM '23 | |||
|link=https://ieeexplore.ieee.org/document/10228896 | |||
|title=Rebuffering but not Suffering: Exploring Continuous-Time Quantitative QoE by User’s Exiting Behaviors | |||
|speaker=Jiajun | |||
|date=2023-11-02}} | |||
{{Hist_seminar | |||
|confname=SIGCOMM '23 | |||
|link=https://yuanmu97.github.io/preprint/packetgame_sigcomm23.pdf | |||
|title=PacketGame: Multi-Stream Packet Gating for Concurrent Video Inference at Scale | |||
|speaker=Shuhong | |||
|date=2023-11-02}} | |||
{{Hist_seminar | |||
|confname=MobiCom '23 | |||
|link=https://dl.acm.org/doi/abs/10.1145/3570361.3613271 | |||
|title=Robust Real-time Multi-vehicle Collaboration on Asynchronous Sensors | |||
|speaker=Yang Wang | |||
|date=2023-10-26}} | |||
{{Hist_seminar | |||
|confname=SIGCOMM '23 | |||
|link=https://dl.acm.org/doi/abs/10.1145/3603269.3604816 | |||
|title=Ditto: Efficient Serverless Analytics with Elastic Parallelism | |||
|speaker=Mengqi Ma | |||
|date=2023-10-26}} | |||
{{Hist_seminar | {{Hist_seminar | ||
|confname=SIGCOMM '23 | |confname=SIGCOMM '23 | ||
Line 1,577: | Line 1,986: | ||
|date=2017-06-26 | |date=2017-06-26 | ||
}} | }} | ||
<!--{{Resource:Previous_Seminars}}--> | |||
===Instructions=== | ===Instructions=== |
Latest revision as of 11:46, 31 October 2024
History
2024
- [ICDM‘23] Feature Aggregating Network with Inter-Frame Interaction for Efficient Video Super-Resolution, Shuhong, 2024-10-25
- [INFOCOM'23] Cross-Camera Inference on the Constrained Edge, Xinyan, 2024-10-25
- [TMC'24] CrossVision: Real-Time On-Camera Video Analysis via Common RoI Load Balancing, Xinyan, 2024-10-25
- [Mobicom' 24] Revolutionizing LoRa Gateway with XGate: Scalable Concurrent Transmission across Massive Logical Channels, Chenkai, 2024-10-18
- [SIGCOMM' 24] Crux: GPU-Efficient Communication Scheduling for Deep Learning Training, Youwei, 2024-10-18
- [ICRA' 24] Bridging Zero-shot Object Navigation and Foundation Models through Pixel-Guided Navigation Skill, Qinyong, 2024-10-11
- [NSDI' 24] Harmony: A Congestion-free Datacenter Architecture, Junzhe, 2024-10-11
- [TMC' 24] Argus: Enabling Cross-Camera Collaboration for Video Analytics on Distributed Smart Cameras, Bairong, 2024-9-29
- [MobiCom' 23] FarfetchFusion: Towards Fully Mobile Live 3D Telepresence Platform, Mengfan, 2024-9-29
- [MobiCom' 24] Chorus: Coordinating Mobile Multipath Scheduling and Adaptive Video Streaming, Jiahao, 2024-9-13
- [INFOCOM' 23] Asynchronous Entanglement Provisioning and Routing for Distributed Quantum Computing, Yaliang, 2024-9-13
- [Talk] Paper Carnival 2024, All, 2024-9-5 ~ 2024-9-6
- [ICNP'23] Hi2LoRa: Exploring Highly Dimensional and Highly Accurate Features to Push LoRaWAN Concurrency Limits with Low Implementation Cost, Jiyi, 2024-07-05
- [ICRA'23] D2CoPlan: A Differentiable Decentralized Planner for Multi-Robot Coverage, Xianyang, 2024-07-05
- [TMC'24] Joint Deployment of Truck-drone Systems for Camera-based Object Monitoring, Luwei, 2024-06-28
- [NSDI'23] Dashlet: Taming Swipe Uncertainty for Robust Short Video Streaming, Mengqi, 2024-06-28
- [MobiCom'23] Cost-effective On-device Continual Learning over Memory Hierarchy with Miro, Jiale, 2024-06-14
- [SEC'23] On Balancing Latency and Quality of Edge-Native Multi-View 3D Reconstruction, Yang Wang, 2024-06-14
- [MobiSys'21] RayTrack: enabling interference-free outdoor mobile VLC with dynamic field-of-view, Mengyu, 2024-06-07
- [MM'23] Hermes: Leveraging Implicit Inter-Frame Correlation for Bandwidth-Efficient Mobile Volumetric Video Streaming, Mengfan, 2024-06-07
- [SIGCOMM '23] Masking Corruption Packet Losses in Datacenter Networks with Link-local Retransmission, Jiacheng, 2024-05-31
- [FAST '23] ROLEX: A Scalable RDMA-oriented Learned Key-Value Store for Disaggregated Memory Systems, Haotian, 2024-05-31
- [ICRA 2023] Zero-shot Active Visual Search (ZAVIS): Intelligent Object Search for Robotic Assistants, Zhenhua, 2024-05-24
- [INFOCOM 2023] RecMon: A Deep Learning-based Data Recovery System for Network Monitoring, Zhenguo, 2024-05-24
- [IPSN 2023] FLoRa: Energy-Efficient, Reliable, and Beamforming-Assisted Over-The-Air Firmware Update in LoRa Networks, Kai Chen, 2024-05-10
- [INFOCOM 2023] Prophet: An Efficient Feature Indexing Mechanism for Similarity Data Sharing at Network Edge, Rong Cong, 2024-05-10
- [SIGCOMM 2020] Concurrent Entanglement Routing for Quantum Networks: Model and Designs, Yaliang, 2024-04-28
- [MobiCom 2023] NeuriCam: Key-Frame Video Super-Resolution and Colorization for IoT Cameras, Jiyi, 2024-04-12
- [Neurips 2017] Attention Is All You Need, Qinyong, 2024-04-12
- [INFOCOM 2023] Achieving Resilient and Performance-Guaranteed Routing in Space-Terrestrial Integrated Networks, Luwei, 2024-03-29
- [INFOCOM 2023] Communication-aware DNN pruning, Shuhong, 2024-03-29
- [IROS 2021] Scalable Reinforcement Learning Policies for Multi-Agent Control, Xianyang, 2024-03-22
- [INFOCOM 2023] Breaking the Throughput Limit of LED-Camera Communication via Superposed Polarization, Mengyu, 2024-03-22
- [MobiHoc '23] SRLoRa: Neural-enhanced LoRa Weak Signal Decoding with Multi-gateway Super Resolution, Pengfei, 2024-01-18
- [TMC '23] Integrated Sensing and Communication in UAV Swarms for Cooperative Multiple Targets Tracking, Kun Wang, 2024-01-18
- [MobiCom '23] Towards Spatial Selection Transmission for Low-end IoT devices with SpotSound, Jiajun, 2024-01-18
- [NSDI '23] Gemel: Model Merging for Memory-Efficient, Real-Time Video Analytics at the Edge, Mengqi, 2024-01-18
- [MobiCom '23] Re-thinking computation offload for efficient inference on IoT devices with duty-cycled radios, Yang Wang, 2024-01-11
- [INFOCOM '23] DisProTrack: Distributed Provenance Tracking over Serverless Applications, Xinyu, 2024-01-11
- [MobiSys '23] When VLC Meets Under-Screen Camera, Jiacheng, 2024-01-11
- [MobiCom '23] MetaStream: Live Volumetric Content Capture, Creation, Delivery, and Rendering in Real Time, Jiale, 2024-01-11
- [ToSN '23] Decoding LoRa Collisions via Parallel Alignment, Kai Chen, 2024-01-04
- [MASS '23] WiMix: A Lightweight Multimodal Human Activity Recognition System based on WiFi and Vision, Haotian, 2024-01-04
- [TMC '23] A Multicriteria-Based Forwarding Strategy for Interest Flooding Mitigation on Named Data Wireless Networking, Zhenghua, 2024-01-04
2023
- [SenSys' 22] LLDPC: A Low-Density Parity-Check Coding Scheme for LoRa Networks, Wengliang, 2023-12-21
- [ToN' 22] Continuous Network Update With Consistency Guaranteed in Software-Defined Networks, Yaliang, 2023-12-21
- [INFOCOM '23] OmniSense: Towards Edge-Assisted Online Analytics for 360-Degree Videos, Mengfan, 2023-12-21
- [SIGCOMM '23] Network Load Balancing with In-network Reordering Support for RDMA, Jiyi, 2023-12-21
- [TMC '22] F3VeTrac: Enabling Fine-grained, Fully-road-covered, and Fully-individual penetrative Vehicle Trajectory Recovery, Zhenguo, 2023-12-07
- [SIGCOMM '23] ZGaming: Zero-Latency 3D Cloud Gaming by Image Prediction, Wenjie, 2023-12-07
- [NeurIPS '20] Learning Multi-Agent Coordination for Enhancing Target Coverage in Directional Sensor Networks, Jiahui, 2023-12-07
- [MobiCom '23] CoreKube: An Efficient, Autoscaling and Resilient Mobile Core System, Qinyong, 2023-12-07
- [TMC '20] SmartVLC: Co-Designing Smart Lighting and Communication for Visible Light Networks, Mengyu, 2023-11-16
- [TMC '23] A Fast, Reliable, Opportunistic Broadcast Scheme With Mitigation of Internal Interference in VANETs, Luwei, 2023-11-16
- [INFOCOM '23] ResMap: Exploiting Sparse Residual Feature Map for Accelerating Cross-Edge Video Analytics, Xianyang, 2023-11-16
- [NSDI '23] Following the Data, Not the Function: Rethinking Function Orchestration in Serverless Computing, Mengfan, 2023-11-16
- [ASPLOS '23] LEGO: Empowering Chip-Level Functionality Plug-and-Play for Next-Generation IoT Devices, Pengfei, 2023-11-09
- [IoTJ '23] Hierarchical Aerial Computing for Internet of Things via Cooperation of HAPs and UAVs, Kun Wang, 2023-11-09
- [INFOCOM '23] Search in the Expanse: Towards Active and Global IPv6 Hitlists, Xinyu, 2023-11-2
- [IPSN '23] Link Quality Modeling for LoRa Networks in Orchards, Jiacheng, 2023-11-02
- [INFOCOM '23] Rebuffering but not Suffering: Exploring Continuous-Time Quantitative QoE by User’s Exiting Behaviors, Jiajun, 2023-11-02
- [SIGCOMM '23] PacketGame: Multi-Stream Packet Gating for Concurrent Video Inference at Scale, Shuhong, 2023-11-02
- [MobiCom '23] Robust Real-time Multi-vehicle Collaboration on Asynchronous Sensors, Yang Wang, 2023-10-26
- [SIGCOMM '23] Ditto: Efficient Serverless Analytics with Elastic Parallelism, Mengqi Ma, 2023-10-26
- [SIGCOMM '23] CellFusion: Multipath Vehicle-to-Cloud Video Streaming with Network Coding in the Wild, Rong Cong, 2023-10-08
- [SigMetrics '23] DaeMon: Architectural Support for Efficient Data Movement in Fully Disaggregated Systems, Jiyi, 2023-10-08
- [SenSys '22] MaLoRaGW: Multi-User MIMO Transmission for LoRa, Kai Chen, 2023-10-08
- [SIGCOMM '22] Software-defined network assimilation: bridging the last mile towards centralized network configuration management with NAssim, Yaliang, 2023-10-08
- [Talk] Resource:Paper Carnival 2023 , All, 2023-9-20
- [Tech. Talk] [# Trustworthy AI], Prof. Zhibo Wang, 2023-07-11
- [submission] XX Towards Future Network Evolution, Zhenguo, 2023-06-08
- [Tech. Talk] [# Rechargeable network], Prof. Tang Liu, 2023-06-15
- [SEC 2023] Gondola: A Comprehensive Simulator for OEC, Qinyong, 2023-06-08
- [INFOCOM 2024] CHL, Wenliang, 2023-06-01
- [SEC 2023] EdgeLight, Xianyang, 2023-06-01
- [Sensys 2022] Enhancing Video Analytics Accuracy via Real-time Automated Camera Parameter Tuning, Silence, 2023-05-25
- [INFOCOM 2023] A2-UAV: Application-Aware Content and Network Optimization of Edge-Assisted UAV Systems, Jiahui, 2023-05-25
- [INFOCOM 2023] Quick and Reliable LoRa Physical-layer Data Aggregation through Multi-Packet Reception, Kaiwen, 2023-05-11
- [Mobicom 2022] MobiDepth: real-time depth estimation using on-device dual cameras, Wenjie, 2023-05-11
- [SEC 2022] ENTS: An Edge-native Task Scheduling System for Collaborative Edge Computing, Qinyong, 2023-05-11
- [TMC 2023] An Efficient Cooperative Transmission Based Opportunistic Broadcast Scheme in VANETs, Luwei, 2023-05-04
- [CVPR 2022] Fine-Tuning Global Model via Data-Free Knowledge Distillation for Non-IID Federated Learning, Jiaqi, 2023-05-04
- [TMC 2021] Pushing the Data Rate of Practical VLC via Combinatorial Light Emission, Mengyu, 2023-05-04
- [SenSys 2020] Deep compressive offloading: speeding up neural network inference by trading edge computation for network latency, Crong, 2023-04-27
- [INFOCOM 2022] DBAC: Directory-Based Access Control for Geographically Distributed IoT Systems, Xinyu, 2023-04-27
- [SenSys 2022] Turbo: Opportunistic Enhancement for Edge Video Analytics, Jiajun, 2023-04-27
- [IPSN 2023] Hydra: Concurrent Coordination for Fault-tolerant Networking, Pengfei, 2023-04-20
- [MobiCom 2022] Experience: practical indoor localization for malls, Zhuoliu, 2023-04-20
- [IWQoS 2022] Geographic Low-Earth-Orbit Networking without QoS Bottlenecks from Infrastructure Mobility, Kun, 2023-04-20
- [INFOCOM 2023] Push the Limit of LPWANs with Concurrent Transmissions, Wenliang, 2023-04-06
- [TMC 2022] MOTO: Mobility-Aware Online Task Offloading with Adaptive Load Balancing in Small-Cell MEC, Xianyang, 2023-04-06
- [INFOCOM 2022] MoDEMS: Optimizing Edge Computing Migrations For User Mobility, Zhenguo, 2023-04-06
- [IEEE Photonics Journal 2023] Physical-Layer Network Coding Enhanced Visible Light Communications Using RGB LEDs, Jiahui, 2023-03-23
- [Mobicom 2022] Tutti: coupling 5G RAN and mobile edge computing for latency-critical video analytics, Silience, 2023-03-23
- [ACM Computing Surveys 2005] When and How to Develop Domain-Specific Languages, Shu, 2023-03-23
- [Mobicom 2022] BSMA: Scalable LoRa networks using full duplex gateways, Kaiwen, 2023-02-13
- [MobiSys 2022] Memory-efficient DNN Training on Mobile Devices, Wenjie, 2023-02-13
- [SigMetrics 2022] WiseFuse: Workload Characterization and DAG Transformation for Serverless Workflows, Qinyong, 2023-02-13
- [Sensys2022] HyLink: Towards High Throughput LPWANs with LoRa Compatible Communication, Mengyu, 2023-02-13
- [TMC 2023] Multi-Task Allocation in Mobile Crowd SensingWith Mobility Prediction, Zhenguo, 2023-02-13
- [TMC2022] FLORA: Fuzzy Based Load-Balanced Opportunistic Routing for Asynchronous Duty-Cycled WSNs, Luwei, 2023-02-06
- [MobiCom 2022] Real-time Neural Network Inference on Extremely Weak Devices: Agile Offloading with Explainable AI, Crong, 2023-02-06
- [MobiSys 2022] TinyNET: a lightweight, modular, and unified network architecture for the internet of things, Xinyu, 2023-02-06
2022
- [Mobicom2022] IoTree: a battery-free wearable system with biocompatible sensors for continuous tree health monitoring, Pengfei, 2022-11-25
- [TMC2022] An Online Framework for Joint Network Selection and Service Placement in Mobile Edge Computing, Kun, 2022-11-25
- [Sensys 2021] RT-mDL: Supporting Real-Time Mixed Deep Learning Tasks on Edge Platforms, Jiajun, 2022-11-25
- [ICNP2022] Ostinato: Combating LoRa Weak Links in Real Deployments, Wenliang, 2022-11-08
- [TMC2022] A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks, Xianyang, 2022-11-08
- [CVPR 2022] Federated Class-Incremental Learning, Jianqi, 2022-11-08
- [MobiCom 2022] Real-time neural network inference on extremely weak devices: agile offloading with explainable AI, Crong, 2022-11-01
- [INFOCOM 2022] An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot, Zhuoliu, 2022-11-01
- [MobiCom 2021] One Tag, Two Codes: Identifying Optical Barcodes with NFC, Jiangshu, 2022-10-25
- [IoTJ 2022] Service Coverage for Satellite Edge Computing, Qinyong, 2022-10-25
- [INFOCOM 2022] EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services, Xinyu, 2022-10-25
- [ICNP 2022] CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception, Kaiwen, 2022-10-19
- [Mobicom 2022] Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading, Wenjie, 2022-10-19
- [TMC 2022] Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing, Zhenguo, 2022-10-19
- [TMC 2021] ChromaCode: A Fully Imperceptible Screen-Camera Communication System, Mengyu, 2022-10-10
- [TMC 2021] MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices, Silence, 2022-10-10
- [TMC 2021] Optimizing Energy Consumption of Mobile Games, Luwei, 2022-10-10
- [talk] Resource:Paper Carnival 2022 , all, 2022-9-27
- [INFOCOM 2021] Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing, Jianqi, 2022-6-27
- [ICDCS 2021] Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning, Kun Wang, 2022-6-27
- [INFOCOM 2022] Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Offloading Decisions, Wenjie, 2022-6-20
- [Sensys 2021] FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking, Xinyu, 2022-6-13
- [Sensys 2021] NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation, Kaiwen, 2022-6-6
- [SenSys 2021] Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling, Jiajun, 2022-5-30
- [ATC 2020] Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores, Qinyong, 2022-5-30
- [TMC 2022] Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation, Luwei, 2022-5-23
- [INFOCOM 2021] AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming, Silence, 2022-5-23
- [SIGCOMM 2021] XLINK: QoE-driven multi-path QUIC transport in large-scale video services, Rong, 2022-5-9
- [IoTJ 2021] Stepwise Refinement Provenance Scheme for Wireless Sensor Networks, Zhuoliu, 2022-5-9
- [IPSN 2022] EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing, Wenliang, 2022-4-29
- [NSDI 2022] Starlight: Fast Container Provisioning on the Edge and over the WAN, Jiangshu, 2022-4-29
- [AAAI 2022] FedProto: Federated Prototype Learning across Heterogeneous Clients, Jianqi, 2022-4-22
- [NSDI 2022] SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge, Jianfei, 2022-4-12
- [NSDI 2022] CurvingLoRa to Boost LoRa Network Throughput via Concurrent Transmission, Xiong, 2022-4-15
- [INFOCOM 2022] CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa, Xiong, 2022-4-15
- [INFOCOM 2022] Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach, Wenjie, 2022-4-8
- [INFOCOM 2022] CASVA: Configuration-Adaptive Streaming for Live Video Analytics, Shiqi, 2022-4-8
- [INFOCOM 2022] WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax, Kaiwen, 2022-3-12
- [INFOCOM 2021] EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision, Xianyang, 2022-3-12
- [INFOCOM 2021] Edge-assisted Online On-device Object Detection for Real-time Video Analytics, Silence, 2022-3-4
2021
- [MobiCom 2021] Flexible high-resolution object detection on edge devices with tunable latency, Rong, 2021-12-24
- [TPDS 2022] Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments, Wenjie, 2021-12-24
- [TMC 2022] Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks, Zhuoliu, 2021-12-24
- [MobiCom 2020] Nephalai: towards LPWAN C-RAN with physical layer compression, Wenliang, 2021-12-17
- [MobiCom 2021] EMP: edge-assisted multi-vehicle perception, Jiangshu, 2021-12-17
- [NSDI 2021] Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo, Jianfei, 2021-12-10
- [ICML 2021] Data-Free Knowledge Distillation for Heterogeneous Federated Learning, Jianqi, 2021-12-10
- [TWC 2021] OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks, Xianyang, 2021-12-3
- [MobiCom 2021] Combating link dynamics for reliable lora connection in urban settings, Wangxiong, 2021-12-3
- [IMWUT 2021] A City-Wide Crowdsourcing Delivery System with Reinforcement Learning, Wenjie, 2021-12-3
- [TWC 2021] Mega Satellite Constellation System Optimization: From Network Control Structure Perspective, Shiqi, 2021-11-19
- [TWC 2021] Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication, Luwei, 2021-11-19
- [ToN] Adaptive Configuration Selection and Bandwidth Allocation for Edge-Based Video Analytics, Rong, 2021-11-12
- [MobiCom'21] PCube: scaling LoRa concurrent transmissions with reception diversities, Kaiwen, 2021-11-12
- [IMWUT 2021] A City-Wide Crowdsourcing Delivery System with Reinforcement Learning, Wenjie, 2021-11-12
- [ICDCS 2021] Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms, Linyuanqi Zhang, 2021-11-05
- [ICLR 2021] FedMix: Approximation of Mixup under Mean Augmented Federated Learning, Jianqi Liu, 2021-11-05
- [INFOCOM 2021] Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering, Luwei, 2021-10-29
- [IEEE Communications Surveys & Tutorials 2018] Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey, Wenjie, 2021-10-29
- [NSDI 2021] Staying Alive: Connection Path Reselection at the Edge, Zhuoliu, 2021-10-29
- [INFOCOM 2021] PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks, Wenliang, 2021-10-15
- [SIGCOMM 2021] Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems, Xianyang, 2021-10-08
- [NSDI 2021] EPaxos Revisited, Jianfei, 2021-10-08
- [MobiCom 2021] A community-driven approach to democratize access to satellite ground stations, Rong Cong, 2021-09-24
- [NSDI 2021] Toward Nearly-Zero-Error Sketching via Compressive Sensing, Xiong Wang, 2021-09-24
- [TMC2021] Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones, Shiqi Hu, 2021-09-17
- [MobiHoc2021] DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation, Wenliang Mao, 2021-09-17
- [IoTJ2021] D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network, Wenjie Huang, 2021-09-17
- [talk] Sharing the state-of-the-art research works, All, 2021-09-03
- [ICNP'2020] SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions, Wenliang Mao, 2021-06-21
- [HotNets'2020] "Internet from Space" without Inter-satellite Links?, Jiangshu Liu, 2021-06-21
- [HotNets'2020] A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites, Jiangshu Liu, 2021-06-21
- [Topic] Path Reconstruction in Wireless Network, Luwei Fu, 2021-06-08
- [INFOCOM'2021] Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks, Linyuanqi Zhang, 2021-06-08
- [Topic] Data Storage Management at Edge, Rong CONG, 2021-06-01
- [CONEXT Workshop 2019] Edge Data Repositories - The design of a store-process-send system at the Edge, Rong CONG, 2021-06-01
- [HotEdge 2018] Mobile Data Repositories at the Edge, Rong CONG, 2021-06-01
- [INFOCOM 2021] Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework, Jiangshu Liu, 2021-06-01
- [TMC'2020] Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks, Wenjie Huang, 2021-05-25
- [Topic] Two problems about my work: data collection and mobile charging scheme, Jianfei Zhang, 2021-05-25
- [INFOCOM'2021] Trust Trackers for Computation Offloading in Edge-Based IoT Networks, Chang Shu, 2021-05-12
- [INFOCOM'2021] Jamming of LoRa PHY and Countermeasure, Xiong Wang, 2021-05-12
- [SenSys'20] SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features, Wenliang Mao, 2021-04-20
- [SenSys'20] Combating interference for long range LoRa sensing, Weifeng Gao, 2021-04-13
- [TechReport] MA Ced federated learning, Xiaosong Wang, 2021-04-13
- [TVT'2020] Energy-Efficient and Delay-Fair Mobile Computation Offloading, Wenjie Huang, 2021-4-7
- [TVT'2020] A Utility Model for Photo Selection in Mobile Crowdsensing, Changsheng Liu, 2021-4-7
- [TMC'2021] An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments, Jiwei Mo, 2021-3-30
- [TMC'2021] Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing, Luwei Fu, 2021-3-30
2020
- [TMC'20] A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers, Rong Cong, 2020-11-19
- [Topic] Two problems about my work: data collection and mobile charging scheme, Wenjie Huang, 2020-11-19
- [Topic] [ The path planning algorithm for multiple mobile edge servers in EdgeGO], Rong Cong, 2020-11-18
- [Mobisys20] Combating packet collisions using non-stationary signal scaling in LPWANs, Wenliang Mao, 2020-11-18
- [Topic] [ Dependency-Aware and Latency-Optimal Service Cache in Edge networks], Jiwei Mo, 2020-11-18
- [talk] Paper Carnival 2020, ALL, 2020-09-24,25,26
- [INFOCOM'20] Optimizing Federated Learning on Non-IID Data with Reinforcement Learning, YuHong Jiang, 2020-5-16
- [INFOCOM'20] Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing, Shiqi Hu, 2020-4-20
- [INFOCOM'20] LiteNap: Downclocking LoRa Reception, Wenliang Mao, 2020-4-13
- [INFOCOM'20] Delay-Optimal Distributed Edge Computing in Wireless Edge Networks, Chang Shu, 2020-3-30
- [IoTJ 2018] Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays, Yuhong Jiang, 2020-3-23
- [SIGCOMM'19] RF-based Inertial Measurement, Weifeng Gao, 2020-3-16
2019
- [ICDCS'19] FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing, Xiaosong Wang, 2019-12-25
- [INFOCOM'19] Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE, Hengwei Deng, 2019-12-25
- [ieee communications magazine'18] Orchestration of Microservices for IoT Using Docker and Edge Computing, Changsheng Liu, 2019-12-17
- [Computer Science'13] Playing Atari with Deep Reinforcement Learning, Jie Zhang, 2019-12-17
- [ICNP'19] Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks, Silin Feng, 2019-11-13
- [ICDCS'19] DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing, Jiwei Mo, 2019-11-13
- [MobiCom'19] Edge Assisted Real-time Object Detection for MobileAugmented Reality, Yunpeng Han, 2019-11-06
- [NSDI'20] Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat, Xiong Wang, 2019-11-06
- [MobiSys'16] Mobility Modeling and Prediction in Bike-Sharing Systems, Anqi Yang, 2019-10-30
- [Tech. Rep.] LoRa Localization, Xuan Yang, 2019-10-30
- [SigComm'19] E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web, Jingwei Li, 2019-10-23
- [ICDCS'19] CMFL: Mitigating Communication Overhead for Federated Learning, Yuhong Jiang, 2019-10-23
- [Tech.Rep.] Report on LoRa reliable protocols, Wenliang Mao, 2019-10-16
- [ICDCS'19] Computation Offloading for Mobile-Edge Computing with Multi-user, Chang Shu, 2019-10-16
- [Paper_Carnival_2019] Paper Carnival 2019, ALL, 2019-09-28,29,30
- [INFOCOM'19] Octans: Optimal Placement of Service Function Chains in Many-Core Systems, Yuntong Zhang, 2019-05-22
- [INFOCOM'19] Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices, Zhe Wang, 2019-05-22
- [Tech. Rep.] Recent progress and further trends on EdgeCloudSim, Yunpeng Han, 2019-04-19
- [MobiCom'19] mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking, Xuan Yang, 2019-04-19
- [NSDI'19] Correctness and Performance for Stateful Chained Network Functions, Yunpeng Han, 2019-04-19
- [INFOCOM'19] Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN, Wenjie Huang, 2019-04-12
- [SIGCOMM'13] Developing a Predictive Model of Quality of Experience for Internet Video, Yuhong Jiang, 2019-04-12
- [INFOCOM'19] Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing, Jingwei Li, 2019-03-29
- [INFOCOM'19] Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications, Anqi Yang, 2019-03-29
- [INFOCOM'19] Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing, Chang Shu, 2019-03-22
- [INFOCOM'19] Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission, Wenliang Mao, 2019-03-22
- [COMST'18] Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview, Anqi Yang, 2019-01-04
2018
- [SIGCOMM'18] Elastic Sketch: Adaptive and Fast Network-wide Measurements, Wenliang Mao, 2018-12-21
- [TMC'17] Performance analysis of mobile data offloading in heterogeneous networks, Yunpeng Han, 2018-12-06
- [COMST'18] Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview, Anqi Yang, 2018-12-06
- [TMC'17] A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma, Wenjie Huang, 2018-11-30
- [ToN'18] A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing, Yuhong Jiang, 2018-11-23
- [ICNP'18] Networking Support For Physical-Layer Cross-Technology Communication, Jingwei Li, 2018-11-23
- [IoT Journal'18] Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks, Chang Shu, 2018-11-16
- [IPSN'17] BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy, Minghang Yang, 2018-11-16
- [Topic] LoRa Applications (two papers), Xinyuan Huang, 2018-10-19
- [TMC'17] Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks, Shuowei Chen, 2018-10-19
- [EWSN'17] MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks, Xuan Yang, 2018-10-12
- [TMC'17] Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing, Yunpeng Han, 2018-10-12
- [MobiCom'17] FoggyCache: Cross-Device Approximate Computation Reuse, Jingwei Li, 2018-09-30
- [INFOCOM'18] Knowledge-centric proactive edge caching over mobile content distribution network, Anqi Yang, 2018-09-21
- [TWC'18] Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne, Yuhong Jiang, 2018-09-21
- [INFOCOM'18] Dynamic,Latency-Optimal vNF Placement at the Network Edge, Latency-Optimal vNF Placement at the Network Edge, Chang Shu
- [TMC'17] Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications, Minghang Yang, 2018-09-14
- [Special Session] 3-day discussion on recent papers in wireless,networking and mobile, networking and mobile</a>, Chang Shu
- [IPSN'18] Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks, Weifeng Gao, 2018-06-15
- [INFOCOM'18] Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction, Chang Shu, 2018-06-15
- [ComMag'17] The Algorithmic Aspects of Network Slicing, Yunpeng Han, 2018-06-08
- [IPSN'18] Continuous Wireless Link Rates for Internet of Things, Luqi Yang, 2018-06-08
- [INFOCOM'18] TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding, Xinyuan Huang, 2018-06-01
- [Invited Tech.Rep.] Report on recent research progress, Songfan Li, 2018-06-01
- [Special Session] Scheduling Algorithms for Resource-Constrained Systems, Prof. Dakai Zhu from UTSA, 2018-05-28
- [CVPR'17] Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning, Hui Cao, 2018-05-21
- [INFOCOM'18] Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks, Minghang Yang, 2018-05-21
- [Special Session] From Location to Activity: Human-centric Sensing and Analytics, Prof. Tao Gu, 2018-05-11
- [INFOCOM'18] [# LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals], Shuowei Chen, 2018-04-27
- [JSAC'17] QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks, Zhe Wang, 2018-04-27
- [JSAC'17] Distributed Service Function Chaining, Yuntong Zhang, 2018-04-13
- [INFOCOM'18] Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks, Zi Wang, 2018-04-13
- [INFOCOM'18] One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks, Chang Shu, 2018-03-16
- [SigComm'16] OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions, Deploying, and Managing Network Functions</a>
- [SigComm'17] Empowering Low-Power Wide Area Networks in Urban Settings, Weifeng Gao, 2018-02-02
- [ComMag16] Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks, Yunpeng Han, 2018-01-26
- [TCST'17] Optimal UAV Route Planning for Coverage Search of Stationary Target in River, Hui Cao, 2018-01-26
2017
- [MobiCom'17] ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication, Xinyuan Huang, 2017-12-08
- [Proc. IEEE 2016] Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations, Rapid Response With Industry IoT Control Operations</a>, Minghang Yang
- [INFOCOM'17] Approximation Algorithms for The NFV Service Distribution Problem, Yuntong Zhang, 2017-11-24
- [CCS'17] DolphinAtack: Inaudible Voice Commands, Zifei Zhao, 2017-11-24
- [NSDI'17] Improving User Perceived Page Load Times Using Gaze, Yaoyao Pang, 2017-11-17
- [CoNEXT'16] Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization, Zhe Wang, 2017-11-17
- [MobiCom'17] PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat, Weifeng Gao, 2017-11-10
- [INFOCOM'17] Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge, Chang Shu, 2017-11-10
- [INFOCOM'17] BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines, Yunpeng Han, 2017-11-03
- [MobiCom'17] WEBee: Physical-Layer Cross-Technology Communication via Emulation, Shuowei Chen, 2017-11-03
- [SigComm'17] NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains, Hui Cao, 2017-10-27
- [MobiCom'17] Continuous Authentication for Voice Assistants, Heng Yuan, 2017-10-27
- [TWC'17] Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing, Xinyuan Huang, 2017-10-20
- [ToN'17] Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks, Minghang Yang, 2017-10-20
- [TOSN'17] Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha, Luqi Yang, 2017-10-13
- [SigComm'17] Dynamic Service Chaining with Dysco, Chang Shu, 2017-10-13
- [INFOCOM'17] ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones, Zifei Zhao, 2017-09-29
- [INFOCOM'17] LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent, Yaoyao Pang, 2017-09-22
- [INFOCOM'17] Traffic Aware Placement of Interdependent NFV Middleboxes, Zhe Wang, 2017-09-22
- [SigComm'17] NFP: Enabling Network Function Parallelism in NFV, Yuntong Zhang, 2017-09-22
- [NFV-SDN'16] Efficient service Graph Embedding: A Practical Approach, Chang Shu, 2017-09-11
- [SenSys'17] Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks, Weifeng Gao, 2017-09-11
- [INFOCOM'17] Survivable and Bandwidth Guaranteed Embe, Yuntong Zhang, 2017-06-26
- [MobiCom'15] [ Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers], Yuntong Zhang, 2017-06-26
- [MobiCom'15] Keystroke Recognition Using WiFi Signals, Weiwang Li, 2017-06-26
Instructions
请使用Latest_seminar和Hist_seminar模板更新本页信息.
- 修改时间和地点信息
- 将当前latest seminar部分的code复制到这个页面中
- 将{{Latest_seminar... 修改为 {{Hist_seminar...,并增加对应的日期信息|date=
- 填入latest seminar各字段信息
- link请务必不要留空,如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar
- 格式说明
- Latest_seminar:
{{Latest_seminar
|confname=
|link=
|title=
|speaker=
}}
- Hist_seminar
{{Hist_seminar
|confname=
|link=
|title=
|speaker=
|date=
}}