<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://mobinets.cn/site/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wenliang</id>
	<title>MobiNetS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://mobinets.cn/site/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wenliang"/>
	<link rel="alternate" type="text/html" href="http://mobinets.cn/site/Special:Contributions/Wenliang"/>
	<updated>2026-04-15T03:01:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.0</generator>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2772</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2772"/>
		<updated>2023-12-11T12:21:58Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|date=2023-11-30&lt;br /&gt;
|time='''Thursday 16:20-18:00'''&lt;br /&gt;
|addr=4th Research Building A518&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=Obtaining urban-scale vehicle trajectories is essential to understand the urban mobility and benefits various downstream applications. The mobility knowledge obtained from existing vehicle trajectory sensing techniques is typically incomplete. To fill the gap, we propose F3VeTrac , an efficient deep-learning-based vehicle trajectory recovery system that utilizes complementary characteristics of the Camera Surveillance System and the Vehicle Tracking System to obtain fine-grained, fully-road-covered, and fully-individual-penetrative ( F3 ) trajectories. F3VeTrac utilizes five well-designed modules to model the co-occurrence relationships hidden in both coarse-grained and fine-grained trajectories from the two complementary sensing systems and fuse them to recover the coarse-grained trajectories. We implement and evaluate F3VeTrac with two real-world datasets from over 100 million regular vehicle trajectories and 16 million commercial vehicle trajectories in two cities of China, together with an on-field case study based on 251 regular vehicle trajectories collected by 17 volunteers, demonstrating its great advantages over six state-of-the-art alternative schemes. Source codes are available in https://github.com/UrbanComp-BUPT/F3VeTrac . Moreover, we present a downstream application of F3VeTrac for traffic condition estimation, which obtains obvious performance gains.&lt;br /&gt;
|confname=TMC '23&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/10209220&lt;br /&gt;
|title=F3VeTrac: Enabling Fine-grained, Fully-road-covered, and Fully-individual penetrative Vehicle Trajectory Recovery&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=In cloud gaming, interactive latency is one of the most important factors in users' experience. Although the interactive latency can be reduced through typical network infrastructures like edge caching and congestion control, the interactive latency of current cloud-gaming platforms is still far from users' satisfaction. This paper presents ZGaming, a novel 3D cloud gaming system based on image prediction, in order to eliminate the interactive latency in traditional cloud gaming systems. To improve the quality of the predicted images, we propose (1) a quality-driven 3D-block cache to reduce the &amp;quot;hole&amp;quot; artifacts, (2) a server-assisted LSTM-predicting algorithm to improve the prediction accuracy of dynamic foreground objects, and (3) a prediction-performance-driven adaptive bitrate strategy which optimizes the quality of predicted images. The experiment on the real-world cloud gaming network conditions shows that compared with existing methods, ZGaming reduces the interactive latency from 23 ms to 0 ms when providing the same video quality, or improves the video quality by 5.4 dB when keeping the interactive latency as 0 ms.&lt;br /&gt;
|confname=SIGCOMM '23&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3603269.3604819&lt;br /&gt;
|title=ZGaming: Zero-Latency 3D Cloud Gaming by Image Prediction&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=Given the central role mobile core plays in supporting mobile network operations, the efficiency, cost-effective dynamic scalability and resilience of the core control plane are paramount. Achieving these goals, however, presents two main challenges: (i) decoupling core network state from processing; (ii) decoupling control plane processing in the core from its interface to the radio access network (RAN). To overcome them, we present CoreKube, a novel message focused and cloud-native mobile core system design, which features truly stateless workers (processing units) that interface with a common database (to hold the core network state) and with the RAN through a frontend. The fully stateless and generic nature of the workers to process any control plane message enables efficient message handling. Orchestration of containerized CoreKube components using Kubernetes, allows leveraging the latter's autoscaling and self-healing properties. We develop 4G and 5G standard-compliant CoreKube implementations, exploiting the agile development methodology enabled by CoreKube's message focused design. Results from our extensive experimental evaluations over the Powder platform relative to prior art show that CoreKube efficiently processes control plane messages, scales dynamically while using minimal compute resources and recovers seamlessly from failures.&lt;br /&gt;
|confname=MobiCom '23&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3570361.3592522&lt;br /&gt;
|title=CoreKube: An Efficient, Autoscaling and Resilient Mobile Core System&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=Maximum target coverage by adjusting the orientation of distributed sensors is an important problem in directional sensor networks (DSNs). This problem is challenging as the targets usually move randomly but the coverage range of sensors is limited in angle and distance. Thus, it is required to coordinate sensors to get ideal target coverage with low power consumption, e.g. no missing targets or reducing redundant coverage. To realize this, we propose a Hierarchical Target-oriented Multi-Agent Coordination (HiT-MAC), which decomposes the target coverage problem into two-level tasks: targets assignment by a coordinator and tracking assigned targets by executors. Specifically, the coordinator periodically monitors the environment globally and allocates targets to each executor. In turn, the executor only needs to track its assigned targets. To effectively learn the HiT-MAC by reinforcement learning, we further introduce a bunch of practical methods, including a self-attention module, marginal contribution approximation for the coordinator, goal-conditional observation filter for the executor, etc. Empirical results demonstrate the advantage of HiT-MAC in coverage rate, learning efficiency, and scalability, comparing to baselines. We also conduct an ablative analysis on the effectiveness of the introduced components in the framework.&lt;br /&gt;
|confname=NeurIPS '20&lt;br /&gt;
|link=https://proceedings.neurips.cc/paper/2020/hash/7250eb93b3c18cc9daa29cf58af7a004-Abstract.html&lt;br /&gt;
|title=Learning Multi-Agent Coordination for Enhancing Target Coverage in Directional Sensor Networks&lt;br /&gt;
|speaker=Jiahui&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2771</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2771"/>
		<updated>2023-12-11T12:20:22Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''Thursday 16:20-18:00'''&lt;br /&gt;
|addr=4th Research Building A518&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=Obtaining urban-scale vehicle trajectories is essential to understand the urban mobility and benefits various downstream applications. The mobility knowledge obtained from existing vehicle trajectory sensing techniques is typically incomplete. To fill the gap, we propose F3VeTrac , an efficient deep-learning-based vehicle trajectory recovery system that utilizes complementary characteristics of the Camera Surveillance System and the Vehicle Tracking System to obtain fine-grained, fully-road-covered, and fully-individual-penetrative ( F3 ) trajectories. F3VeTrac utilizes five well-designed modules to model the co-occurrence relationships hidden in both coarse-grained and fine-grained trajectories from the two complementary sensing systems and fuse them to recover the coarse-grained trajectories. We implement and evaluate F3VeTrac with two real-world datasets from over 100 million regular vehicle trajectories and 16 million commercial vehicle trajectories in two cities of China, together with an on-field case study based on 251 regular vehicle trajectories collected by 17 volunteers, demonstrating its great advantages over six state-of-the-art alternative schemes. Source codes are available in https://github.com/UrbanComp-BUPT/F3VeTrac . Moreover, we present a downstream application of F3VeTrac for traffic condition estimation, which obtains obvious performance gains.&lt;br /&gt;
|confname=TMC '23&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/10209220&lt;br /&gt;
|title=F3VeTrac: Enabling Fine-grained, Fully-road-covered, and Fully-individual penetrative Vehicle Trajectory Recovery&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2023-11-30}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=In cloud gaming, interactive latency is one of the most important factors in users' experience. Although the interactive latency can be reduced through typical network infrastructures like edge caching and congestion control, the interactive latency of current cloud-gaming platforms is still far from users' satisfaction. This paper presents ZGaming, a novel 3D cloud gaming system based on image prediction, in order to eliminate the interactive latency in traditional cloud gaming systems. To improve the quality of the predicted images, we propose (1) a quality-driven 3D-block cache to reduce the &amp;quot;hole&amp;quot; artifacts, (2) a server-assisted LSTM-predicting algorithm to improve the prediction accuracy of dynamic foreground objects, and (3) a prediction-performance-driven adaptive bitrate strategy which optimizes the quality of predicted images. The experiment on the real-world cloud gaming network conditions shows that compared with existing methods, ZGaming reduces the interactive latency from 23 ms to 0 ms when providing the same video quality, or improves the video quality by 5.4 dB when keeping the interactive latency as 0 ms.&lt;br /&gt;
|confname=SIGCOMM '23&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3603269.3604819&lt;br /&gt;
|title=ZGaming: Zero-Latency 3D Cloud Gaming by Image Prediction&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2023-11-30}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=Given the central role mobile core plays in supporting mobile network operations, the efficiency, cost-effective dynamic scalability and resilience of the core control plane are paramount. Achieving these goals, however, presents two main challenges: (i) decoupling core network state from processing; (ii) decoupling control plane processing in the core from its interface to the radio access network (RAN). To overcome them, we present CoreKube, a novel message focused and cloud-native mobile core system design, which features truly stateless workers (processing units) that interface with a common database (to hold the core network state) and with the RAN through a frontend. The fully stateless and generic nature of the workers to process any control plane message enables efficient message handling. Orchestration of containerized CoreKube components using Kubernetes, allows leveraging the latter's autoscaling and self-healing properties. We develop 4G and 5G standard-compliant CoreKube implementations, exploiting the agile development methodology enabled by CoreKube's message focused design. Results from our extensive experimental evaluations over the Powder platform relative to prior art show that CoreKube efficiently processes control plane messages, scales dynamically while using minimal compute resources and recovers seamlessly from failures.&lt;br /&gt;
|confname=MobiCom '23&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3570361.3592522&lt;br /&gt;
|title=CoreKube: An Efficient, Autoscaling and Resilient Mobile Core System&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2023-11-30}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=Maximum target coverage by adjusting the orientation of distributed sensors is an important problem in directional sensor networks (DSNs). This problem is challenging as the targets usually move randomly but the coverage range of sensors is limited in angle and distance. Thus, it is required to coordinate sensors to get ideal target coverage with low power consumption, e.g. no missing targets or reducing redundant coverage. To realize this, we propose a Hierarchical Target-oriented Multi-Agent Coordination (HiT-MAC), which decomposes the target coverage problem into two-level tasks: targets assignment by a coordinator and tracking assigned targets by executors. Specifically, the coordinator periodically monitors the environment globally and allocates targets to each executor. In turn, the executor only needs to track its assigned targets. To effectively learn the HiT-MAC by reinforcement learning, we further introduce a bunch of practical methods, including a self-attention module, marginal contribution approximation for the coordinator, goal-conditional observation filter for the executor, etc. Empirical results demonstrate the advantage of HiT-MAC in coverage rate, learning efficiency, and scalability, comparing to baselines. We also conduct an ablative analysis on the effectiveness of the introduced components in the framework.&lt;br /&gt;
|confname=NeurIPS '20&lt;br /&gt;
|link=https://proceedings.neurips.cc/paper/2020/hash/7250eb93b3c18cc9daa29cf58af7a004-Abstract.html&lt;br /&gt;
|title=Learning Multi-Agent Coordination for Enhancing Target Coverage in Directional Sensor Networks&lt;br /&gt;
|speaker=Jiahui&lt;br /&gt;
|date=2023-11-30}}&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2770</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2770"/>
		<updated>2023-12-11T12:20:06Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''Thursday 16:20-18:00'''&lt;br /&gt;
|addr=4th Research Building A518&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=Obtaining urban-scale vehicle trajectories is essential to understand the urban mobility and benefits various downstream applications. The mobility knowledge obtained from existing vehicle trajectory sensing techniques is typically incomplete. To fill the gap, we propose F3VeTrac , an efficient deep-learning-based vehicle trajectory recovery system that utilizes complementary characteristics of the Camera Surveillance System and the Vehicle Tracking System to obtain fine-grained, fully-road-covered, and fully-individual-penetrative ( F3 ) trajectories. F3VeTrac utilizes five well-designed modules to model the co-occurrence relationships hidden in both coarse-grained and fine-grained trajectories from the two complementary sensing systems and fuse them to recover the coarse-grained trajectories. We implement and evaluate F3VeTrac with two real-world datasets from over 100 million regular vehicle trajectories and 16 million commercial vehicle trajectories in two cities of China, together with an on-field case study based on 251 regular vehicle trajectories collected by 17 volunteers, demonstrating its great advantages over six state-of-the-art alternative schemes. Source codes are available in https://github.com/UrbanComp-BUPT/F3VeTrac . Moreover, we present a downstream application of F3VeTrac for traffic condition estimation, which obtains obvious performance gains.&lt;br /&gt;
|confname=TMC '23&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/10209220&lt;br /&gt;
|title=F3VeTrac: Enabling Fine-grained, Fully-road-covered, and Fully-individual penetrative Vehicle Trajectory Recovery&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2023-11-30}}&lt;br /&gt;
&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=In cloud gaming, interactive latency is one of the most important factors in users' experience. Although the interactive latency can be reduced through typical network infrastructures like edge caching and congestion control, the interactive latency of current cloud-gaming platforms is still far from users' satisfaction. This paper presents ZGaming, a novel 3D cloud gaming system based on image prediction, in order to eliminate the interactive latency in traditional cloud gaming systems. To improve the quality of the predicted images, we propose (1) a quality-driven 3D-block cache to reduce the &amp;quot;hole&amp;quot; artifacts, (2) a server-assisted LSTM-predicting algorithm to improve the prediction accuracy of dynamic foreground objects, and (3) a prediction-performance-driven adaptive bitrate strategy which optimizes the quality of predicted images. The experiment on the real-world cloud gaming network conditions shows that compared with existing methods, ZGaming reduces the interactive latency from 23 ms to 0 ms when providing the same video quality, or improves the video quality by 5.4 dB when keeping the interactive latency as 0 ms.&lt;br /&gt;
|confname=SIGCOMM '23&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3603269.3604819&lt;br /&gt;
|title=ZGaming: Zero-Latency 3D Cloud Gaming by Image Prediction&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2023-11-30}}&lt;br /&gt;
&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=Given the central role mobile core plays in supporting mobile network operations, the efficiency, cost-effective dynamic scalability and resilience of the core control plane are paramount. Achieving these goals, however, presents two main challenges: (i) decoupling core network state from processing; (ii) decoupling control plane processing in the core from its interface to the radio access network (RAN). To overcome them, we present CoreKube, a novel message focused and cloud-native mobile core system design, which features truly stateless workers (processing units) that interface with a common database (to hold the core network state) and with the RAN through a frontend. The fully stateless and generic nature of the workers to process any control plane message enables efficient message handling. Orchestration of containerized CoreKube components using Kubernetes, allows leveraging the latter's autoscaling and self-healing properties. We develop 4G and 5G standard-compliant CoreKube implementations, exploiting the agile development methodology enabled by CoreKube's message focused design. Results from our extensive experimental evaluations over the Powder platform relative to prior art show that CoreKube efficiently processes control plane messages, scales dynamically while using minimal compute resources and recovers seamlessly from failures.&lt;br /&gt;
|confname=MobiCom '23&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3570361.3592522&lt;br /&gt;
|title=CoreKube: An Efficient, Autoscaling and Resilient Mobile Core System&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2023-11-30}}&lt;br /&gt;
&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=Maximum target coverage by adjusting the orientation of distributed sensors is an important problem in directional sensor networks (DSNs). This problem is challenging as the targets usually move randomly but the coverage range of sensors is limited in angle and distance. Thus, it is required to coordinate sensors to get ideal target coverage with low power consumption, e.g. no missing targets or reducing redundant coverage. To realize this, we propose a Hierarchical Target-oriented Multi-Agent Coordination (HiT-MAC), which decomposes the target coverage problem into two-level tasks: targets assignment by a coordinator and tracking assigned targets by executors. Specifically, the coordinator periodically monitors the environment globally and allocates targets to each executor. In turn, the executor only needs to track its assigned targets. To effectively learn the HiT-MAC by reinforcement learning, we further introduce a bunch of practical methods, including a self-attention module, marginal contribution approximation for the coordinator, goal-conditional observation filter for the executor, etc. Empirical results demonstrate the advantage of HiT-MAC in coverage rate, learning efficiency, and scalability, comparing to baselines. We also conduct an ablative analysis on the effectiveness of the introduced components in the framework.&lt;br /&gt;
|confname=NeurIPS '20&lt;br /&gt;
|link=https://proceedings.neurips.cc/paper/2020/hash/7250eb93b3c18cc9daa29cf58af7a004-Abstract.html&lt;br /&gt;
|title=Learning Multi-Agent Coordination for Enhancing Target Coverage in Directional Sensor Networks&lt;br /&gt;
|speaker=Jiahui&lt;br /&gt;
|date=2023-11-30}}&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2663</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2663"/>
		<updated>2023-09-20T01:05:55Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-09-20 9:00'''&lt;br /&gt;
|addr=4th Research Building A518&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=Talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2023|Paper Carnival 2023&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2023-9-20&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2635</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2635"/>
		<updated>2023-06-07T13:06:06Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-06-08 9:30'''&lt;br /&gt;
|addr=4th Research Building A518&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=Realizing Digital Twins for Vehicular Networks: Towards Future Network Evolution&lt;br /&gt;
|confname=INFOCOM 2024&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Realizing Digital Twins for Vehicular Networks: Towards Future Network Evolution&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Gondola&lt;br /&gt;
|confname=SEC 2023&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Gondola: A Comprehensive Simulator for OEC&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2634</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2634"/>
		<updated>2023-06-07T13:03:20Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar history&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2023====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract=CHL&lt;br /&gt;
|confname=INFOCOM 2024&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=CHL&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2023-06-01}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = EdgeLight&lt;br /&gt;
|confname=SEC 2023&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=EdgeLight&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2023-06-01}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3560905.3568527&lt;br /&gt;
|title=Enhancing Video Analytics Accuracy via Real-time Automated Camera Parameter Tuning&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2023-05-25}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://arxiv.org/pdf/2301.06363&lt;br /&gt;
|title=A2-UAV: Application-Aware Content and Network Optimization of Edge-Assisted UAV Systems&lt;br /&gt;
|speaker=Jiahui&lt;br /&gt;
|date=2023-05-25}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9519523&lt;br /&gt;
|title=Quick and Reliable LoRa Physical-layer Data Aggregation through Multi-Packet Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2023-05-11}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560517&lt;br /&gt;
|title=MobiDepth: real-time depth estimation using on-device dual cameras&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2023-05-11}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SEC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9996714&lt;br /&gt;
|title=ENTS: An Edge-native Task Scheduling System for Collaborative Edge Computing&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2023-05-11}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9519523&lt;br /&gt;
|title=An Efficient Cooperative Transmission Based Opportunistic Broadcast Scheme in VANETs&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2023-05-04}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.09249.pdf&lt;br /&gt;
|title=Fine-Tuning Global Model via Data-Free Knowledge Distillation for Non-IID Federated Learning&lt;br /&gt;
|speaker=Jiaqi&lt;br /&gt;
|date=2023-05-04}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8978742&lt;br /&gt;
|title=Pushing the Data Rate of Practical VLC via Combinatorial Light Emission&lt;br /&gt;
|speaker=Mengyu&lt;br /&gt;
|date=2023-05-04}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3384419.3430898&lt;br /&gt;
|title=Deep compressive offloading: speeding up neural network inference by trading edge computation for network latency&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2023-04-27}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796804&lt;br /&gt;
|title=DBAC: Directory-Based Access Control for Geographically Distributed IoT Systems&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2023-04-27}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3560905.3568501&lt;br /&gt;
|title=Turbo: Opportunistic Enhancement for Edge Video Analytics&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2023-04-27}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN 2023&lt;br /&gt;
|link=https://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/602741/ipsn23-22.pdf?sequence=1&amp;amp;isAllowed=y&lt;br /&gt;
|title=Hydra: Concurrent Coordination for Fault-tolerant Networking&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3517021&lt;br /&gt;
|title=Experience: practical indoor localization for malls&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Zhuoliu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IWQoS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=Geographic Low-Earth-Orbit Networking without QoS Bottlenecks from Infrastructure Mobility&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DaSn-A0Q_LXjBxjS9f8EIAA&lt;br /&gt;
|title=Push the Limit of LPWANs with Concurrent Transmissions&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Wenliang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9942345&lt;br /&gt;
|title=MOTO: Mobility-Aware Online Task Offloading with Adaptive Load Balancing in Small-Cell MEC&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Xianyang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=MoDEMS: Optimizing Edge Computing Migrations For User Mobility&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Photonics Journal 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=10028767&lt;br /&gt;
|title=Physical-Layer Network Coding Enhanced Visible Light Communications Using RGB LEDs &lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Jiahui}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Tutti: coupling 5G RAN and mobile edge computing for latency-critical video analytics&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Silience}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ACM Computing Surveys 2005&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/1118890.1118892&lt;br /&gt;
|title=When and How to Develop Domain-Specific Languages&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560544&lt;br /&gt;
|title=BSMA: Scalable LoRa networks using full duplex gateways &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Kaiwen}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Memory-efficient DNN Training on Mobile Devices&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Wenjie}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigMetrics 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3530892&lt;br /&gt;
|title=WiseFuse: Workload Characterization and DAG Transformation for Serverless Workflows &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys2022&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/HyLink-SenSys22.pdf&lt;br /&gt;
|title=HyLink: Towards High Throughput LPWANs with LoRa Compatible Communication&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9451627&lt;br /&gt;
|title=Multi-Task Allocation in Mobile Crowd SensingWith Mobility Prediction &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9410408/&lt;br /&gt;
|title=FLORA: Fuzzy Based Load-Balanced Opportunistic Routing for Asynchronous Duty-Cycled WSNs&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time Neural Network Inference on Extremely Weak Devices: Agile Offloading with Explainable AI &lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3498361.3538919&lt;br /&gt;
|title=TinyNET: a lightweight, modular, and unified network architecture for the internet of things&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3567652&lt;br /&gt;
|title=IoTree: a battery-free wearable system with biocompatible sensors for continuous tree health monitoring&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9373980&lt;br /&gt;
|title=An Online Framework for Joint Network Selection and Service Placement in Mobile Edge Computing&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3485730.3485938&lt;br /&gt;
|title=RT-mDL: Supporting Real-Time Mixed Deep Learning Tasks on Edge Platforms&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2631</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2631"/>
		<updated>2023-05-31T09:27:58Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-06-01 9:30'''&lt;br /&gt;
|addr=4th Research Building A518&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=In the last decade, LoRa has emerged and prevailed as a promising technology to offer the long range and low power communication service. The packet collisions caused by concurrent transmissions(CTs) severely limit the LoRa network capacity, which becomes the key obstacle to releasing the potential of LoRa. The existing collision-resolution researches need frequency domain features to separate different packets in the collision. When there exists multiple packets in the collision, these features are more likely to overlap with each other and cannot be distinguished, which leads to performance degradation of these studies. To address this issue, in this paper, we propose channel hopping LoRa (CHLoRa) as a physical approach that utilize the multi-channel diversity to against multi-packet collisions. In CHLoRa, the LoRa chirp is divided into several subchirps and spread into different channels. As all the subchirp-pieces of the original chirp are likely to be collided with the subchirps with different bins, CHLoRa can recover the original chirp’s bin through merging the same bins of its subchirps. However, it is hard to obtain precise demodulation results of subchirps especially in collision, as using shorter time-span subchirps decreases the frequency resolution. We propose a subchirp merging scheme to group and merge subchirps’ bins according to their collision-free confidence. We conduct simulation experiments to evaluate the performance of CHLoRa. The results show that ...&lt;br /&gt;
|confname=INFOCOM 2024&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=CHLoRa: Pushing the Limits of LoRa Concurrent Transmissions with Channel Hopping Subchirps&lt;br /&gt;
|speaker=Wenliang}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Accurate, real-time object detection on resource-constrained devices enables autonomous mobile vision applications such as trafﬁc surveillance. However, analyzing real-time video poses severe challenges to today’s network and computation systems. Rather than either pure local processing or ofﬂoading, we merge large objects across the boundary locally and objects from the edge. To balance accuracy, latency, payment and reliability, we present EdgeLight, a crowd-assisted real-time video analytics framework, which coordinates computationally weak cameras with more powerful edge servers to enable video analytics under the accuracy, latency and payment requirements of applications. Furthermore, we design a connectionless service discovery protocol to reduce invalid wifi connections.&lt;br /&gt;
|confname=SEC 2023&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=EdgeLight: Smart Traffic Lights with Ambient Edge Intelligence&lt;br /&gt;
|speaker=Xianyang}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2630</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2630"/>
		<updated>2023-05-31T09:27:43Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-06-01 9:30'''&lt;br /&gt;
|addr=4th Research Building A518&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=In the last decade, LoRa has emerged and prevailed as a promising technology to offer the long range and low power communication service. The packet collisions caused by concurrent transmissions(CTs) severely limit the LoRa network capacity, which becomes the key obstacle to releasing the potential of LoRa. The existing collision-resolution researches need frequency domain features to separate different packets in the collision. When there exists multiple packets in the collision, these features are more likely to overlap with each other and cannot be distinguished, which leads to performance degradation of these studies. To address this issue, in this paper, we propose channel hopping LoRa (CHLoRa) as a physical approach that utilize the multi-channel diversity to against multi-packet collisions. In CHLoRa, the LoRa chirp is divided into several subchirps and spread into different channels. As all the subchirp-pieces of the original chirp are likely to be collided with the subchirps with different bins, CHLoRa can recover the original chirp’s bin through merging the same bins of its subchirps. However, it is hard to obtain precise demodulation results of subchirps especially in collision, as using shorter time-span subchirps decreases the frequency resolution. We propose a subchirp merging scheme to group and merge subchirps’ bins according to their collision-free confidence. We conduct simulation experiments to&lt;br /&gt;
evaluate the performance of CHLoRa. The results show that ...&lt;br /&gt;
|confname=INFOCOM 2024&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=CHLoRa: Pushing the Limits of LoRa Concurrent Transmissions with Channel Hopping Subchirps&lt;br /&gt;
|speaker=Wenliang}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Accurate, real-time object detection on resource-constrained devices enables autonomous mobile vision applications such as trafﬁc surveillance. However, analyzing real-time video poses severe challenges to today’s network and computation systems. Rather than either pure local processing or ofﬂoading, we merge large objects across the boundary locally and objects from the edge. To balance accuracy, latency, payment and reliability, we present EdgeLight, a crowd-assisted real-time video analytics framework, which coordinates computationally weak cameras with more powerful edge servers to enable video analytics under the accuracy, latency and payment requirements of applications. Furthermore, we design a connectionless service discovery protocol to reduce invalid wifi connections.&lt;br /&gt;
|confname=SEC 2023&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=EdgeLight: Smart Traffic Lights with Ambient Edge Intelligence&lt;br /&gt;
|speaker=Xianyang}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2629</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2629"/>
		<updated>2023-05-31T09:01:05Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar history&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2023====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3560905.3568527&lt;br /&gt;
|title=Enhancing Video Analytics Accuracy via Real-time Automated Camera Parameter Tuning&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2023-05-25}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://arxiv.org/pdf/2301.06363&lt;br /&gt;
|title=A2-UAV: Application-Aware Content and Network Optimization of Edge-Assisted UAV Systems&lt;br /&gt;
|speaker=Jiahui&lt;br /&gt;
|date=2023-05-25}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9519523&lt;br /&gt;
|title=Quick and Reliable LoRa Physical-layer Data Aggregation through Multi-Packet Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2023-05-11}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560517&lt;br /&gt;
|title=MobiDepth: real-time depth estimation using on-device dual cameras&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2023-05-11}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SEC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9996714&lt;br /&gt;
|title=ENTS: An Edge-native Task Scheduling System for Collaborative Edge Computing&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2023-05-11}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9519523&lt;br /&gt;
|title=An Efficient Cooperative Transmission Based Opportunistic Broadcast Scheme in VANETs&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2023-05-04}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.09249.pdf&lt;br /&gt;
|title=Fine-Tuning Global Model via Data-Free Knowledge Distillation for Non-IID Federated Learning&lt;br /&gt;
|speaker=Jiaqi&lt;br /&gt;
|date=2023-05-04}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8978742&lt;br /&gt;
|title=Pushing the Data Rate of Practical VLC via Combinatorial Light Emission&lt;br /&gt;
|speaker=Mengyu&lt;br /&gt;
|date=2023-05-04}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3384419.3430898&lt;br /&gt;
|title=Deep compressive offloading: speeding up neural network inference by trading edge computation for network latency&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2023-04-27}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796804&lt;br /&gt;
|title=DBAC: Directory-Based Access Control for Geographically Distributed IoT Systems&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2023-04-27}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3560905.3568501&lt;br /&gt;
|title=Turbo: Opportunistic Enhancement for Edge Video Analytics&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2023-04-27}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN 2023&lt;br /&gt;
|link=https://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/602741/ipsn23-22.pdf?sequence=1&amp;amp;isAllowed=y&lt;br /&gt;
|title=Hydra: Concurrent Coordination for Fault-tolerant Networking&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3517021&lt;br /&gt;
|title=Experience: practical indoor localization for malls&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Zhuoliu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IWQoS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=Geographic Low-Earth-Orbit Networking without QoS Bottlenecks from Infrastructure Mobility&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DaSn-A0Q_LXjBxjS9f8EIAA&lt;br /&gt;
|title=Push the Limit of LPWANs with Concurrent Transmissions&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Wenliang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9942345&lt;br /&gt;
|title=MOTO: Mobility-Aware Online Task Offloading with Adaptive Load Balancing in Small-Cell MEC&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Xianyang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=MoDEMS: Optimizing Edge Computing Migrations For User Mobility&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Photonics Journal 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=10028767&lt;br /&gt;
|title=Physical-Layer Network Coding Enhanced Visible Light Communications Using RGB LEDs &lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Jiahui}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Tutti: coupling 5G RAN and mobile edge computing for latency-critical video analytics&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Silience}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ACM Computing Surveys 2005&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/1118890.1118892&lt;br /&gt;
|title=When and How to Develop Domain-Specific Languages&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560544&lt;br /&gt;
|title=BSMA: Scalable LoRa networks using full duplex gateways &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Kaiwen}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Memory-efficient DNN Training on Mobile Devices&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Wenjie}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigMetrics 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3530892&lt;br /&gt;
|title=WiseFuse: Workload Characterization and DAG Transformation for Serverless Workflows &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys2022&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/HyLink-SenSys22.pdf&lt;br /&gt;
|title=HyLink: Towards High Throughput LPWANs with LoRa Compatible Communication&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9451627&lt;br /&gt;
|title=Multi-Task Allocation in Mobile Crowd SensingWith Mobility Prediction &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9410408/&lt;br /&gt;
|title=FLORA: Fuzzy Based Load-Balanced Opportunistic Routing for Asynchronous Duty-Cycled WSNs&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time Neural Network Inference on Extremely Weak Devices: Agile Offloading with Explainable AI &lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3498361.3538919&lt;br /&gt;
|title=TinyNET: a lightweight, modular, and unified network architecture for the internet of things&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3567652&lt;br /&gt;
|title=IoTree: a battery-free wearable system with biocompatible sensors for continuous tree health monitoring&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9373980&lt;br /&gt;
|title=An Online Framework for Joint Network Selection and Service Placement in Mobile Edge Computing&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3485730.3485938&lt;br /&gt;
|title=RT-mDL: Supporting Real-Time Mixed Deep Learning Tasks on Edge Platforms&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2628</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2628"/>
		<updated>2023-05-24T07:02:14Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-05-25 9:30'''&lt;br /&gt;
|addr=4th Research Building A518&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=In Video Analytics Pipelines (VAP), Analytics Units (AUs) such as object detection and face recognition running on remote servers critically rely on surveillance cameras to capture high-quality video streams in order to achieve high accuracy. Modern IP cameras come with a large number of camera parameters that directly affect the quality of the video stream capture. While a few of such parameters, e.g., exposure, focus, white balance are automatically adjusted by the camera internally, the remaining ones are not. We denote such camera parameters as non-automated (NAUTO) parameters. In this paper, we first show that environmental condition changes can have significant adverse effect on the accuracy of insights from the AUs, but such adverse impact can potentially be mitigated by dynamically adjusting NAUTO camera parameters in response to changes in environmental conditions. We then present CamTuner, to our knowledge, the first framework that dynamically adapts NAUTO camera parameters to optimize the accuracy of AUs in a VAP in response to adverse changes in environmental conditions. CamTuner is based on SARSA reinforcement learning and it incorporates two novel components: a light-weight analytics quality estimator and a virtual camera that drastically speed up offline RL training. Our controlled experiments and real-world VAP deployment show that compared to a VAP using the default camera setting, CamTuner enhances VAP accuracy by detecting 15.9% additional persons and 2.6%--4.2% additional cars (without any false positives) in a large enterprise parking lot and 9.7% additional cars in a 5G smart traffic intersection scenario, which enables a new usecase of accurate and reliable automatic vehicle collision prediction (AVCP). CamTuner opens doors for new ways to significantly enhance video analytics accuracy beyond incremental improvements from refining deep-learning models.&lt;br /&gt;
|confname=Sensys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3560905.3568527&lt;br /&gt;
|title=Enhancing Video Analytics Accuracy via Real-time Automated Camera Parameter Tuning&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = To perform advanced surveillance, Unmanned Aerial Vehicles (UAVs) require the execution of edge-assisted computer vision (CV) tasks. In multi-hop UAV networks, the successful transmission of these tasks to the edge is severely challenged due to severe bandwidth constraints. For this reason, we propose a novel A2-UAV framework to optimize the number of correctly executed tasks at the edge. In stark contrast with existing art, we take an application-aware approach and formulate a novel pplication-Aware Task Planning Problem (A2-TPP) that takes into account (i) the relationship between deep neural network (DNN) accuracy and image compression for the classes of interest based on the available dataset, (ii) the target positions, (iii) the current energy/position of the UAVs to optimize routing, data pre-processing and target assignment for each UAV. We demonstrate A2-TPP is NP-Hard and propose a polynomial-time algorithm to solve it efficiently. We extensively evaluate A2-UAV through real-world experiments with a testbed composed by four DJI Mavic Air 2 UAVs. We consider state-of-the-art image classification tasks with four different DNN models (i.e., DenseNet, ResNet152, ResNet50 and MobileNet-V2) and object detection tasks using YoloV4 trained on the ImageNet dataset. Results show that A2-UAV attains on average around 38% more accomplished tasks than the state-of-the-art, with 400% more accomplished tasks when the number of targets increases significantly. To allow full reproducibility, we pledge to share datasets and code with the research community.&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://arxiv.org/pdf/2301.06363&lt;br /&gt;
|title=A2-UAV: Application-Aware Content and Network Optimization of Edge-Assisted UAV Systems&lt;br /&gt;
|speaker=Jiahui}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2627</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2627"/>
		<updated>2023-05-24T07:01:12Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-05-11 9:30'''&lt;br /&gt;
|addr=4th Research Building A518&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=In Video Analytics Pipelines (VAP), Analytics Units (AUs) such as object detection and face recognition running on remote servers critically rely on surveillance cameras to capture high-quality video streams in order to achieve high accuracy. Modern IP cameras come with a large number of camera parameters that directly affect the quality of the video stream capture. While a few of such parameters, e.g., exposure, focus, white balance are automatically adjusted by the camera internally, the remaining ones are not. We denote such camera parameters as non-automated (NAUTO) parameters. In this paper, we first show that environmental condition changes can have significant adverse effect on the accuracy of insights from the AUs, but such adverse impact can potentially be mitigated by dynamically adjusting NAUTO camera parameters in response to changes in environmental conditions. We then present CamTuner, to our knowledge, the first framework that dynamically adapts NAUTO camera parameters to optimize the accuracy of AUs in a VAP in response to adverse changes in environmental conditions. CamTuner is based on SARSA reinforcement learning and it incorporates two novel components: a light-weight analytics quality estimator and a virtual camera that drastically speed up offline RL training. Our controlled experiments and real-world VAP deployment show that compared to a VAP using the default camera setting, CamTuner enhances VAP accuracy by detecting 15.9% additional persons and 2.6%--4.2% additional cars (without any false positives) in a large enterprise parking lot and 9.7% additional cars in a 5G smart traffic intersection scenario, which enables a new usecase of accurate and reliable automatic vehicle collision prediction (AVCP). CamTuner opens doors for new ways to significantly enhance video analytics accuracy beyond incremental improvements from refining deep-learning models.&lt;br /&gt;
|confname=Sensys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3560905.3568527&lt;br /&gt;
|title=Enhancing Video Analytics Accuracy via Real-time Automated Camera Parameter Tuning&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = To perform advanced surveillance, Unmanned Aerial Vehicles (UAVs) require the execution of edge-assisted computer vision (CV) tasks. In multi-hop UAV networks, the successful transmission of these tasks to the edge is severely challenged due to severe bandwidth constraints. For this reason, we propose a novel A2-UAV framework to optimize the number of correctly executed tasks at the edge. In stark contrast with existing art, we take an application-aware approach and formulate a novel pplication-Aware Task Planning Problem (A2-TPP) that takes into account (i) the relationship between deep neural network (DNN) accuracy and image compression for the classes of interest based on the available dataset, (ii) the target positions, (iii) the current energy/position of the UAVs to optimize routing, data pre-processing and target assignment for each UAV. We demonstrate A2-TPP is NP-Hard and propose a polynomial-time algorithm to solve it efficiently. We extensively evaluate A2-UAV through real-world experiments with a testbed composed by four DJI Mavic Air 2 UAVs. We consider state-of-the-art image classification tasks with four different DNN models (i.e., DenseNet, ResNet152, ResNet50 and MobileNet-V2) and object detection tasks using YoloV4 trained on the ImageNet dataset. Results show that A2-UAV attains on average around 38% more accomplished tasks than the state-of-the-art, with 400% more accomplished tasks when the number of targets increases significantly. To allow full reproducibility, we pledge to share datasets and code with the research community.&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://arxiv.org/pdf/2301.06363&lt;br /&gt;
|title=A2-UAV: Application-Aware Content and Network Optimization of Edge-Assisted UAV Systems&lt;br /&gt;
|speaker=Jiahui}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2626</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2626"/>
		<updated>2023-05-24T02:30:03Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar history&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2023====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9519523&lt;br /&gt;
|title=Quick and Reliable LoRa Physical-layer Data Aggregation through Multi-Packet Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2023-05-11}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560517&lt;br /&gt;
|title=MobiDepth: real-time depth estimation using on-device dual cameras&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2023-05-11}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SEC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9996714&lt;br /&gt;
|title=ENTS: An Edge-native Task Scheduling System for Collaborative Edge Computing&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2023-05-11}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9519523&lt;br /&gt;
|title=An Efficient Cooperative Transmission Based Opportunistic Broadcast Scheme in VANETs&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2023-05-04}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.09249.pdf&lt;br /&gt;
|title=Fine-Tuning Global Model via Data-Free Knowledge Distillation for Non-IID Federated Learning&lt;br /&gt;
|speaker=Jiaqi&lt;br /&gt;
|date=2023-05-04}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8978742&lt;br /&gt;
|title=Pushing the Data Rate of Practical VLC via Combinatorial Light Emission&lt;br /&gt;
|speaker=Mengyu&lt;br /&gt;
|date=2023-05-04}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3384419.3430898&lt;br /&gt;
|title=Deep compressive offloading: speeding up neural network inference by trading edge computation for network latency&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2023-04-27}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796804&lt;br /&gt;
|title=DBAC: Directory-Based Access Control for Geographically Distributed IoT Systems&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2023-04-27}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3560905.3568501&lt;br /&gt;
|title=Turbo: Opportunistic Enhancement for Edge Video Analytics&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2023-04-27}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN 2023&lt;br /&gt;
|link=https://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/602741/ipsn23-22.pdf?sequence=1&amp;amp;isAllowed=y&lt;br /&gt;
|title=Hydra: Concurrent Coordination for Fault-tolerant Networking&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3517021&lt;br /&gt;
|title=Experience: practical indoor localization for malls&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Zhuoliu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IWQoS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=Geographic Low-Earth-Orbit Networking without QoS Bottlenecks from Infrastructure Mobility&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DaSn-A0Q_LXjBxjS9f8EIAA&lt;br /&gt;
|title=Push the Limit of LPWANs with Concurrent Transmissions&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Wenliang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9942345&lt;br /&gt;
|title=MOTO: Mobility-Aware Online Task Offloading with Adaptive Load Balancing in Small-Cell MEC&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Xianyang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=MoDEMS: Optimizing Edge Computing Migrations For User Mobility&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Photonics Journal 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=10028767&lt;br /&gt;
|title=Physical-Layer Network Coding Enhanced Visible Light Communications Using RGB LEDs &lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Jiahui}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Tutti: coupling 5G RAN and mobile edge computing for latency-critical video analytics&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Silience}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ACM Computing Surveys 2005&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/1118890.1118892&lt;br /&gt;
|title=When and How to Develop Domain-Specific Languages&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560544&lt;br /&gt;
|title=BSMA: Scalable LoRa networks using full duplex gateways &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Kaiwen}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Memory-efficient DNN Training on Mobile Devices&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Wenjie}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigMetrics 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3530892&lt;br /&gt;
|title=WiseFuse: Workload Characterization and DAG Transformation for Serverless Workflows &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys2022&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/HyLink-SenSys22.pdf&lt;br /&gt;
|title=HyLink: Towards High Throughput LPWANs with LoRa Compatible Communication&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9451627&lt;br /&gt;
|title=Multi-Task Allocation in Mobile Crowd SensingWith Mobility Prediction &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9410408/&lt;br /&gt;
|title=FLORA: Fuzzy Based Load-Balanced Opportunistic Routing for Asynchronous Duty-Cycled WSNs&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time Neural Network Inference on Extremely Weak Devices: Agile Offloading with Explainable AI &lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3498361.3538919&lt;br /&gt;
|title=TinyNET: a lightweight, modular, and unified network architecture for the internet of things&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3567652&lt;br /&gt;
|title=IoTree: a battery-free wearable system with biocompatible sensors for continuous tree health monitoring&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9373980&lt;br /&gt;
|title=An Online Framework for Joint Network Selection and Service Placement in Mobile Edge Computing&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3485730.3485938&lt;br /&gt;
|title=RT-mDL: Supporting Real-Time Mixed Deep Learning Tasks on Edge Platforms&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2625</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2625"/>
		<updated>2023-05-10T07:48:54Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-05-11 9:30'''&lt;br /&gt;
|addr=4th Research Building A518&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=This paper presents a Long Range (LoRa) physical-layer data aggregation system (LoRaPDA) that aggregates data (e.g., sum, average, min, max) directly in the physical layer. In particular, after coordinating a few nodes to transmit their data simultaneously, the gateway leverages a new multi-packet reception (MPR) approach to compute aggregate data from the phase-asynchronous superimposed signal. Different from the analog approach which requires additional power synchronization and phase synchronization, our MRP-based digital approach is compatible with commercial LoRa nodes and is more reliable. Different from traditional MPR approaches that are designed for the collision decoding scenario, our new MPR approach allows simultaneous transmissions with small packet arrival time offsets, and addresses a new co-located peak problem through the following components: 1) an improved channel and offset estimation algorithm that enables accurate phase tracking in each symbol, 2) a new symbol demodulation algorithm that finds the maximum likelihood sequence of nodes' data, and 3) a soft-decision packet decoding algorithm that utilizes the likelihoods of several sequences to improve decoding performance. Trace-driven simulation results show that the symbol demodulation algorithm outperforms the state-of-the-art MPR decoder by 5.3× in terms of physical-layer throughput, and the soft decoder is more robust to unavoidable adverse phase misalignment and estimation error in practice. Moreover, LoRaPDA outperforms the state-of-the-art MPR scheme by at least 2.1× for all SNRs in terms of network throughput, demonstrating quick and reliable data aggregation.&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9519523&lt;br /&gt;
|title=Quick and Reliable LoRa Physical-layer Data Aggregation through Multi-Packet Reception&lt;br /&gt;
|speaker=Kaiwen}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Real-time depth estimation is critical for the increasingly popular augmented reality and virtual reality applications on mobile devices. Yet existing solutions are insufficient as they require expensive depth sensors or motion of the device, or have a high latency. We propose MobiDepth, a real-time depth estimation system using the widely-available on-device dual cameras. While binocular depth estimation is a mature technique, it is challenging to realize the technique on commodity mobile devices due to the different focal lengths and unsynchronized frame flows of the on-device dual cameras and the heavy stereo-matching algorithm. To address the challenges, MobiDepth integrates three novel techniques: 1) iterative field-of-view cropping, which crops the field-of-views of the dual cameras to achieve the equivalent focal lengths for accurate epipolar rectification; 2) heterogeneous camera synchronization, which synchronizes the frame flows captured by the dual cameras to avoid the displacement of moving objects across the frames in the same pair; 3) mobile GPU-friendly stereo matching, which effectively reduces the latency of stereo matching on a mobile GPU. We implement MobiDepth on multiple commodity mobile devices and conduct comprehensive evaluations. Experimental results show that MobiDepth achieves real-time depth estimation of 22 frames per second with a significantly reduced depth-estimation error compared with the baselines. Using MobiDepth, we further build an example application of 3D pose estimation, which significantly outperforms the state-of-the-art 3D pose-estimation method, reducing the pose-estimation latency and error by up to 57.1% and 29.5%, respectively.&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560517&lt;br /&gt;
|title=MobiDepth: real-time depth estimation using on-device dual cameras&lt;br /&gt;
|speaker=Wenjie}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Collaborative edge computing (CEC) is an emerging paradigm enabling sharing of the coupled data, computation, and networking resources among heterogeneous geo-distributed edge nodes. Recently, there has been a trend to orchestrate and schedule containerized application workloads in CEC, while Kubernetes has become the de-facto standard broadly adopted by the industry and academia. However, Kubernetes is not preferable for CEC because its design is not dedicated to edge computing and neglects the unique features of edge nativeness. More specifically, Kubernetes primarily ensures resource provision of workloads while neglecting the performance requirements of edge-native applications, such as throughput and latency. Furthermore, Kubernetes neglects the inner dependencies of edge-native applications and fails to consider data locality and networking resources, leading to inferior performance. In this work, we design and develop ENTS, the first edge-native task scheduling system, to manage the distributed edge resources and facilitate efficient task scheduling to optimize the performance of edge-native applications. ENTS extends Kubernetes with the unique ability to collaboratively schedule computation and networking resources by comprehensively considering job profile and resource status. We showcase the superior efficacy of ENTS with a case study on data streaming applications. We mathematically formulate a joint task allocation and flow scheduling problem that maximizes the job throughput. We design two novel online scheduling algorithms to optimally decide the task allocation, bandwidth allocation, and flow routing policies. The extensive experiments on a real-world edge video analytics application show that ENTS achieves 43% -220% higher average job throughput compared with the state-of-the-art.&lt;br /&gt;
|confname=SEC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9996714&lt;br /&gt;
|title=ENTS: An Edge-native Task Scheduling System for Collaborative Edge Computing&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2624</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2624"/>
		<updated>2023-05-10T07:48:37Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-05-11 9:30'''&lt;br /&gt;
|addr=4th Research Building A518&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=This paper presents a Long Range (LoRa) physical-layer data aggregation system (LoRaPDA) that aggregates data (e.g., sum, average, min, max) directly in the physical layer. In particular, after coordinating a few nodes to transmit their data simultaneously, the gateway leverages a new multi-packet reception (MPR) approach to compute aggregate data from the phase-asynchronous superimposed signal. Different from the analog approach which requires additional power synchronization and phase synchronization, our MRP-based digital approach is compatible with commercial LoRa nodes and is more reliable. Different from traditional MPR approaches that are designed for the collision decoding scenario, our new MPR approach allows simultaneous transmissions with small packet arrival time offsets, and addresses a new co-located peak problem through the following components: 1) an improved channel and offset estimation algorithm that enables accurate phase tracking in each symbol, 2) a new symbol demodulation algorithm that finds the maximum likelihood sequence of nodes' data, and 3) a soft-decision packet decoding algorithm that utilizes the likelihoods of several sequences to improve decoding performance. Trace-driven simulation results show that the symbol demodulation algorithm outperforms the state-of-the-art MPR decoder by 5.3× in terms of physical-layer throughput, and the soft decoder is more robust to unavoidable adverse phase misalignment and estimation error in practice. Moreover, LoRaPDA outperforms the state-of-the-art MPR scheme by at least 2.1× for all SNRs in terms of network throughput, demonstrating quick and reliable data aggregation.&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9519523&lt;br /&gt;
|title=Quick and Reliable LoRa Physical-layer Data Aggregation through Multi-Packet Reception&lt;br /&gt;
|speaker=Kaiwen}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Real-time depth estimation is critical for the increasingly popular augmented reality and virtual reality applications on mobile devices. Yet existing solutions are insufficient as they require expensive depth sensors or motion of the device, or have a high latency. We propose MobiDepth, a real-time depth estimation system using the widely-available on-device dual cameras. While binocular depth estimation is a mature technique, it is challenging to realize the technique on commodity mobile devices due to the different focal lengths and unsynchronized frame flows of the on-device dual cameras and the heavy stereo-matching algorithm.&lt;br /&gt;
To address the challenges, MobiDepth integrates three novel techniques: 1) iterative field-of-view cropping, which crops the field-of-views of the dual cameras to achieve the equivalent focal lengths for accurate epipolar rectification; 2) heterogeneous camera synchronization, which synchronizes the frame flows captured by the dual cameras to avoid the displacement of moving objects across the frames in the same pair; 3) mobile GPU-friendly stereo matching, which effectively reduces the latency of stereo matching on a mobile GPU. We implement MobiDepth on multiple commodity mobile devices and conduct comprehensive evaluations. Experimental results show that MobiDepth achieves real-time depth estimation of 22 frames per second with a significantly reduced depth-estimation error compared with the baselines. Using MobiDepth, we further build an example application of 3D pose estimation, which significantly outperforms the state-of-the-art 3D pose-estimation method, reducing the pose-estimation latency and error by up to 57.1% and 29.5%, respectively.&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560517&lt;br /&gt;
|title=MobiDepth: real-time depth estimation using on-device dual cameras&lt;br /&gt;
|speaker=Wenjie}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Collaborative edge computing (CEC) is an emerging paradigm enabling sharing of the coupled data, computation, and networking resources among heterogeneous geo-distributed edge nodes. Recently, there has been a trend to orchestrate and schedule containerized application workloads in CEC, while Kubernetes has become the de-facto standard broadly adopted by the industry and academia. However, Kubernetes is not preferable for CEC because its design is not dedicated to edge computing and neglects the unique features of edge nativeness. More specifically, Kubernetes primarily ensures resource provision of workloads while neglecting the performance requirements of edge-native applications, such as throughput and latency. Furthermore, Kubernetes neglects the inner dependencies of edge-native applications and fails to consider data locality and networking resources, leading to inferior performance. In this work, we design and develop ENTS, the first edge-native task scheduling system, to manage the distributed edge resources and facilitate efficient task scheduling to optimize the performance of edge-native applications. ENTS extends Kubernetes with the unique ability to collaboratively schedule computation and networking resources by comprehensively considering job profile and resource status. We showcase the superior efficacy of ENTS with a case study on data streaming applications. We mathematically formulate a joint task allocation and flow scheduling problem that maximizes the job throughput. We design two novel online scheduling algorithms to optimally decide the task allocation, bandwidth allocation, and flow routing policies. The extensive experiments on a real-world edge video analytics application show that ENTS achieves 43% -220% higher average job throughput compared with the state-of-the-art.&lt;br /&gt;
|confname=SEC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9996714&lt;br /&gt;
|title=ENTS: An Edge-native Task Scheduling System for Collaborative Edge Computing&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2623</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2623"/>
		<updated>2023-05-10T07:34:29Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2023====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9519523&lt;br /&gt;
|title=An Efficient Cooperative Transmission Based Opportunistic Broadcast Scheme in VANETs&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2023-05-04}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.09249.pdf&lt;br /&gt;
|title=Fine-Tuning Global Model via Data-Free Knowledge Distillation for Non-IID Federated Learning&lt;br /&gt;
|speaker=Jiaqi&lt;br /&gt;
|date=2023-05-04}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8978742&lt;br /&gt;
|title=Pushing the Data Rate of Practical VLC via Combinatorial Light Emission&lt;br /&gt;
|speaker=Mengyu&lt;br /&gt;
|date=2023-05-04}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3384419.3430898&lt;br /&gt;
|title=Deep compressive offloading: speeding up neural network inference by trading edge computation for network latency&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2023-04-27}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796804&lt;br /&gt;
|title=DBAC: Directory-Based Access Control for Geographically Distributed IoT Systems&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2023-04-27}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3560905.3568501&lt;br /&gt;
|title=Turbo: Opportunistic Enhancement for Edge Video Analytics&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2023-04-27}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN 2023&lt;br /&gt;
|link=https://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/602741/ipsn23-22.pdf?sequence=1&amp;amp;isAllowed=y&lt;br /&gt;
|title=Hydra: Concurrent Coordination for Fault-tolerant Networking&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3517021&lt;br /&gt;
|title=Experience: practical indoor localization for malls&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Zhuoliu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IWQoS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=Geographic Low-Earth-Orbit Networking without QoS Bottlenecks from Infrastructure Mobility&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DaSn-A0Q_LXjBxjS9f8EIAA&lt;br /&gt;
|title=Push the Limit of LPWANs with Concurrent Transmissions&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Wenliang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9942345&lt;br /&gt;
|title=MOTO: Mobility-Aware Online Task Offloading with Adaptive Load Balancing in Small-Cell MEC&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Xianyang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=MoDEMS: Optimizing Edge Computing Migrations For User Mobility&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Photonics Journal 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=10028767&lt;br /&gt;
|title=Physical-Layer Network Coding Enhanced Visible Light Communications Using RGB LEDs &lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Jiahui}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Tutti: coupling 5G RAN and mobile edge computing for latency-critical video analytics&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Silience}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ACM Computing Surveys 2005&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/1118890.1118892&lt;br /&gt;
|title=When and How to Develop Domain-Specific Languages&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560544&lt;br /&gt;
|title=BSMA: Scalable LoRa networks using full duplex gateways &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Kaiwen}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Memory-efficient DNN Training on Mobile Devices&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Wenjie}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigMetrics 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3530892&lt;br /&gt;
|title=WiseFuse: Workload Characterization and DAG Transformation for Serverless Workflows &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys2022&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/HyLink-SenSys22.pdf&lt;br /&gt;
|title=HyLink: Towards High Throughput LPWANs with LoRa Compatible Communication&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9451627&lt;br /&gt;
|title=Multi-Task Allocation in Mobile Crowd SensingWith Mobility Prediction &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9410408/&lt;br /&gt;
|title=FLORA: Fuzzy Based Load-Balanced Opportunistic Routing for Asynchronous Duty-Cycled WSNs&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time Neural Network Inference on Extremely Weak Devices: Agile Offloading with Explainable AI &lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3498361.3538919&lt;br /&gt;
|title=TinyNET: a lightweight, modular, and unified network architecture for the internet of things&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3567652&lt;br /&gt;
|title=IoTree: a battery-free wearable system with biocompatible sensors for continuous tree health monitoring&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9373980&lt;br /&gt;
|title=An Online Framework for Joint Network Selection and Service Placement in Mobile Edge Computing&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3485730.3485938&lt;br /&gt;
|title=RT-mDL: Supporting Real-Time Mixed Deep Learning Tasks on Edge Platforms&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2622</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2622"/>
		<updated>2023-05-03T23:20:41Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-05-04 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=In vehicular ad hoc networks (VANETs), quick and reliable multi-hop broadcasting is important for the dissemination of emergency warning messages. By scheduling multiple nodes to transmit messages concurrently and cooperatively, cooperative transmission based broadcast schemes may yield much better broadcast performance than conventional broadcast schemes. However, a cooperative transmission requires multiple relays to achieve strict synchronization on both time and frequency, which may induce high cost for a cooperative transmission process. In this paper, we analyze the cost and benefit of a cooperative transmission for data broadcasting in vehicular networks, and introduce a new metric called the single-hop broadcast efficiency (SBE) to evaluate the overall broadcast performance. We propose an efficient, non-deterministic cooperation mechanism to reduce the cooperation cost. The mechanism maximizes the expected broadcast performance by selecting cooperators with the largest expected SBE value for a lead relay, and initiates cooperative broadcasting process when the expected SBE value is larger than that of a single-relay based broadcasting. Based on the non-deterministic mechanism, we propose an efficient, cooperative transmission based opportunistic broadcast (ECTOB) scheme which further utilizes rebroadcast to improve the reliability of the broadcast scheme. Simulation results show that the proposed scheme outperforms the conventional ones.&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9519523&lt;br /&gt;
|title=An Efficient Cooperative Transmission Based Opportunistic Broadcast Scheme in VANETs&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Federated Learning (FL) is an emerging distributed learning paradigm under privacy constraint. Data heterogeneity is one of the main challenges in FL, which results in slow convergence and degraded performance. Most existing approaches only tackle the heterogeneity challenge by restricting the local model update in client, ignoring the performance drop caused by direct global model aggregation. Instead, we propose a data-free knowledge distillation method to fine-tune the global model in the server (FedFTG), which relieves the issue of direct model aggregation. Concretely, FedFTG explores the input space of local models through a generator, and uses it to transfer the knowledge from local models to the global model. Besides, we propose a hard sample mining scheme to achieve effective knowledge distillation throughout the training. In addition, we develop customized label sampling and class-level ensemble to derive maximum utilization of knowledge, which implicitly mitigates the distribution discrepancy across clients. Extensive experiments show that our FedFTG significantly outperforms the state-of-the-art (SOTA) FL algorithms and can serve as a strong plugin for enhancing FedAvg, FedProx, FedDyn, and SCAFFOLD.&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.09249.pdf&lt;br /&gt;
|title=Fine-Tuning Global Model via Data-Free Knowledge Distillation for Non-IID Federated Learning&lt;br /&gt;
|speaker=Jiaqi}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Visible light communication (VLC) systems relying on commercial-off-the-shelf (COTS) devices have gathered momentum recently, due to the pervasive adoption of LED lighting and mobile devices. However, the achievable throughput by such practical systems is still several orders below those claimed by controlled experiments with specialized devices. In this paper, we engineer CoLight aiming to boost the data rate of the VLC system purely built upon COTS devices. CoLight adopts COTS LEDs as its transmitter, but it innovates in its simple yet delicate driver circuit wiring an array of LED chips in a combinatorial manner. Consequently, modulated signals can directly drive the on-off procedures of individual chip groups, so that the spatially synthesized light emissions exhibit a varying luminance following exactly the modulation symbols. To obtain a readily usable receiver, CoLight interfaces a COTS PD with a smartphone through the audio jack, and it also has an alternative MCU-driven circuit to emulate a future integration into the phone. The evaluations on CoLight are both promising and informative: they demonstrate a throughput up to 80 kbps at a distance of 2 m, while suggesting various potentials to further enhance the performance.judiciously allocating 15.81 -- 37.67% idle resources on frames that tend to yield greater marginal benefits from enhancement.&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8978742&lt;br /&gt;
|title=Pushing the Data Rate of Practical VLC via Combinatorial Light Emission&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2621</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2621"/>
		<updated>2023-05-03T15:53:46Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-04-27 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=In vehicular ad hoc networks (VANETs), quick and reliable multi-hop broadcasting is important for the dissemination of emergency warning messages. By scheduling multiple nodes to transmit messages concurrently and cooperatively, cooperative transmission based broadcast schemes may yield much better broadcast performance than conventional broadcast schemes. However, a cooperative transmission requires multiple relays to achieve strict synchronization on both time and frequency, which may induce high cost for a cooperative transmission process. In this paper, we analyze the cost and benefit of a cooperative transmission for data broadcasting in vehicular networks, and introduce a new metric called the single-hop broadcast efficiency (SBE) to evaluate the overall broadcast performance. We propose an efficient, non-deterministic cooperation mechanism to reduce the cooperation cost. The mechanism maximizes the expected broadcast performance by selecting cooperators with the largest expected SBE value for a lead relay, and initiates cooperative broadcasting process when the expected SBE value is larger than that of a single-relay based broadcasting. Based on the non-deterministic mechanism, we propose an efficient, cooperative transmission based opportunistic broadcast (ECTOB) scheme which further utilizes rebroadcast to improve the reliability of the broadcast scheme. Simulation results show that the proposed scheme outperforms the conventional ones.&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9519523&lt;br /&gt;
|title=An Efficient Cooperative Transmission Based Opportunistic Broadcast Scheme in VANETs&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Federated Learning (FL) is an emerging distributed learning paradigm under privacy constraint. Data heterogeneity is one of the main challenges in FL, which results in slow convergence and degraded performance. Most existing approaches only tackle the heterogeneity challenge by restricting the local model update in client, ignoring the performance drop caused by direct global model aggregation. Instead, we propose a data-free knowledge distillation method to fine-tune the global model in the server (FedFTG), which relieves the issue of direct model aggregation. Concretely, FedFTG explores the input space of local models through a generator, and uses it to transfer the knowledge from local models to the global model. Besides, we propose a hard sample mining scheme to achieve effective knowledge distillation throughout the training. In addition, we develop customized label sampling and class-level ensemble to derive maximum utilization of knowledge, which implicitly mitigates the distribution discrepancy across clients. Extensive experiments show that our FedFTG significantly outperforms the state-of-the-art (SOTA) FL algorithms and can serve as a strong plugin for enhancing FedAvg, FedProx, FedDyn, and SCAFFOLD.&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.09249.pdf&lt;br /&gt;
|title=Fine-Tuning Global Model via Data-Free Knowledge Distillation for Non-IID Federated Learning&lt;br /&gt;
|speaker=Jiaqi}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Visible light communication (VLC) systems relying on commercial-off-the-shelf (COTS) devices have gathered momentum recently, due to the pervasive adoption of LED lighting and mobile devices. However, the achievable throughput by such practical systems is still several orders below those claimed by controlled experiments with specialized devices. In this paper, we engineer CoLight aiming to boost the data rate of the VLC system purely built upon COTS devices. CoLight adopts COTS LEDs as its transmitter, but it innovates in its simple yet delicate driver circuit wiring an array of LED chips in a combinatorial manner. Consequently, modulated signals can directly drive the on-off procedures of individual chip groups, so that the spatially synthesized light emissions exhibit a varying luminance following exactly the modulation symbols. To obtain a readily usable receiver, CoLight interfaces a COTS PD with a smartphone through the audio jack, and it also has an alternative MCU-driven circuit to emulate a future integration into the phone. The evaluations on CoLight are both promising and informative: they demonstrate a throughput up to 80 kbps at a distance of 2 m, while suggesting various potentials to further enhance the performance.judiciously allocating 15.81 -- 37.67% idle resources on frames that tend to yield greater marginal benefits from enhancement.&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8978742&lt;br /&gt;
|title=Pushing the Data Rate of Practical VLC via Combinatorial Light Emission&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2620</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2620"/>
		<updated>2023-05-03T15:52:17Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-04-27 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=In vehicular ad hoc networks (VANETs), quick and reliable multi-hop broadcasting is important for the dissemination of emergency warning messages. By scheduling multiple nodes to transmit messages concurrently and cooperatively, cooperative transmission based broadcast schemes may yield much better broadcast performance than conventional broadcast schemes. However, a cooperative transmission requires multiple relays to achieve strict synchronization on both time and frequency, which may induce high cost for a cooperative transmission process. In this paper, we analyze the cost and benefit of a cooperative transmission for data broadcasting in vehicular networks, and introduce a new metric called the single-hop broadcast efficiency (SBE) to evaluate the overall broadcast performance. We propose an efficient, non-deterministic cooperation mechanism to reduce the cooperation cost. The mechanism maximizes the expected broadcast performance by selecting cooperators with the largest expected SBE value for a lead relay, and initiates cooperative broadcasting process when the expected SBE value is larger than that of a single-relay based broadcasting. Based on the non-deterministic mechanism, we propose an efficient, cooperative transmission based opportunistic broadcast (ECTOB) scheme which further utilizes rebroadcast to improve the reliability of the broadcast scheme. Simulation results show that the proposed scheme outperforms the conventional ones.&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9519523&lt;br /&gt;
|title=An Efficient Cooperative Transmission Based Opportunistic Broadcast Scheme in VANETs&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Federated Learning (FL) is an emerging distributed learning paradigm under privacy constraint. Data heterogeneity is one of the main challenges in FL, which results in slow convergence and degraded performance. Most existing approaches only tackle the heterogeneity challenge by restricting the local model update in client, ignoring the performance drop caused by direct global model aggregation. Instead, we propose a data-free knowledge distillation method to fine-tune the global model in the server (FedFTG), which relieves the issue of direct model aggregation. Concretely, FedFTG explores the input space of local models through a generator, and uses it to transfer the knowledge from local models to the global model. Besides, we propose a hard sample mining scheme to achieve effective knowledge distillation throughout the training. In addition, we develop customized label sampling and class-level ensemble to derive maximum utilization of knowledge, which implicitly mitigates the distribution discrepancy across clients. Extensive experiments show that our FedFTG significantly outperforms the state-of-the-art (SOTA) FL algorithms and can serve as a strong plugin for enhancing FedAvg, FedProx, FedDyn, and SCAFFOLD.&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Zhang_Fine-Tuning_Global_Model_via_Data-Free_Knowledge_Distillation_for_Non-IID_Federated_CVPR_2022_paper.pdf4&lt;br /&gt;
|title=Fine-Tuning Global Model via Data-Free Knowledge Distillation for Non-IID Federated Learning&lt;br /&gt;
|speaker=Jiaqi}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Visible light communication (VLC) systems relying on commercial-off-the-shelf (COTS) devices have gathered momentum recently, due to the pervasive adoption of LED lighting and mobile devices. However, the achievable throughput by such practical systems is still several orders below those claimed by controlled experiments with specialized devices. In this paper, we engineer CoLight aiming to boost the data rate of the VLC system purely built upon COTS devices. CoLight adopts COTS LEDs as its transmitter, but it innovates in its simple yet delicate driver circuit wiring an array of LED chips in a combinatorial manner. Consequently, modulated signals can directly drive the on-off procedures of individual chip groups, so that the spatially synthesized light emissions exhibit a varying luminance following exactly the modulation symbols. To obtain a readily usable receiver, CoLight interfaces a COTS PD with a smartphone through the audio jack, and it also has an alternative MCU-driven circuit to emulate a future integration into the phone. The evaluations on CoLight are both promising and informative: they demonstrate a throughput up to 80 kbps at a distance of 2 m, while suggesting various potentials to further enhance the performance.judiciously allocating 15.81 -- 37.67% idle resources on frames that tend to yield greater marginal benefits from enhancement.&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8978742&lt;br /&gt;
|title=Pushing the Data Rate of Practical VLC via Combinatorial Light Emission&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2619</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2619"/>
		<updated>2023-05-02T06:26:47Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar history&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2023====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3384419.3430898&lt;br /&gt;
|title=Deep compressive offloading: speeding up neural network inference by trading edge computation for network latency&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2023-04-27}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796804&lt;br /&gt;
|title=DBAC: Directory-Based Access Control for Geographically Distributed IoT Systems&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2023-04-27}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3560905.3568501&lt;br /&gt;
|title=Turbo: Opportunistic Enhancement for Edge Video Analytics&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2023-04-27}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN 2023&lt;br /&gt;
|link=https://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/602741/ipsn23-22.pdf?sequence=1&amp;amp;isAllowed=y&lt;br /&gt;
|title=Hydra: Concurrent Coordination for Fault-tolerant Networking&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3517021&lt;br /&gt;
|title=Experience: practical indoor localization for malls&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Zhuoliu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IWQoS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=Geographic Low-Earth-Orbit Networking without QoS Bottlenecks from Infrastructure Mobility&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DaSn-A0Q_LXjBxjS9f8EIAA&lt;br /&gt;
|title=Push the Limit of LPWANs with Concurrent Transmissions&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Wenliang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9942345&lt;br /&gt;
|title=MOTO: Mobility-Aware Online Task Offloading with Adaptive Load Balancing in Small-Cell MEC&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Xianyang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=MoDEMS: Optimizing Edge Computing Migrations For User Mobility&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Photonics Journal 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=10028767&lt;br /&gt;
|title=Physical-Layer Network Coding Enhanced Visible Light Communications Using RGB LEDs &lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Jiahui}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Tutti: coupling 5G RAN and mobile edge computing for latency-critical video analytics&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Silience}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ACM Computing Surveys 2005&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/1118890.1118892&lt;br /&gt;
|title=When and How to Develop Domain-Specific Languages&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560544&lt;br /&gt;
|title=BSMA: Scalable LoRa networks using full duplex gateways &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Kaiwen}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Memory-efficient DNN Training on Mobile Devices&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Wenjie}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigMetrics 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3530892&lt;br /&gt;
|title=WiseFuse: Workload Characterization and DAG Transformation for Serverless Workflows &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys2022&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/HyLink-SenSys22.pdf&lt;br /&gt;
|title=HyLink: Towards High Throughput LPWANs with LoRa Compatible Communication&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9451627&lt;br /&gt;
|title=Multi-Task Allocation in Mobile Crowd SensingWith Mobility Prediction &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9410408/&lt;br /&gt;
|title=FLORA: Fuzzy Based Load-Balanced Opportunistic Routing for Asynchronous Duty-Cycled WSNs&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time Neural Network Inference on Extremely Weak Devices: Agile Offloading with Explainable AI &lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3498361.3538919&lt;br /&gt;
|title=TinyNET: a lightweight, modular, and unified network architecture for the internet of things&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3567652&lt;br /&gt;
|title=IoTree: a battery-free wearable system with biocompatible sensors for continuous tree health monitoring&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9373980&lt;br /&gt;
|title=An Online Framework for Joint Network Selection and Service Placement in Mobile Edge Computing&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3485730.3485938&lt;br /&gt;
|title=RT-mDL: Supporting Real-Time Mixed Deep Learning Tasks on Edge Platforms&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2618</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2618"/>
		<updated>2023-04-26T12:01:51Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-04-27 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=With recent advances, neural networks have become a crucial building block in intelligent IoT systems and sensing applications. However, the excessive computational demand remains a serious impediment to their deployments on low-end IoT devices. With the emergence of edge computing, offloading grows into a promising technique to circumvent end-device limitations. However, transferring data between local and edge devices takes up a large proportion of time in existing offloading frameworks, creating a bottleneck for low-latency intelligent services. In this work, we propose a general framework, called deep compressive offloading. By integrating compressive sensing theory and deep learning, our framework can encode data for offloading into tiny sizes with negligible overhead on local devices and decode the data on the edge server, while offering theoretical guarantees on perfect reconstruction and lossless inference. By trading edge computing resources for data transmission time, our design can significantly reduce offloading latency with almost no accuracy loss. We build a deep compressive offloading system to serve state-of-the-art computer vision and speech recognition services. With comprehensive evaluations, our system can consistently reduce end-to-end latency by 2X to 4X with 1% accuracy loss, compared to state-of-the-art neural network offloading systems. In conditions of limited network bandwidth or intensive background traffic, our system can further speed up the neural network inference by up to 35X 1.&lt;br /&gt;
|confname=SenSys 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3384419.3430898&lt;br /&gt;
|title=Deep compressive offloading: speeding up neural network inference by trading edge computation for network latency&lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = We propose and implement Directory-Based Access Control (DBAC), a flexible and systematic access control approach for geographically distributed multi-administration IoT systems. DBAC designs and relies on a particular module, IoT directory, to store device metadata, manage federated identities, and assist with cross-domain authorization. The directory service decouples IoT access into two phases: discover device information from directories and operate devices through discovered interfaces. DBAC extends attribute-based authorization and retrieves diverse attributes of users, devices, and environments from multi-faceted sources via standard methods, while user privacy is protected. To support resource-constrained devices, DBAC assigns a capability token to each authorized user, and devices only validate tokens to process a request.&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796804&lt;br /&gt;
|title=DBAC: Directory-Based Access Control for Geographically Distributed IoT Systems&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Edge computing is being widely used for video analytics. To alleviate the inherent tension between accuracy and cost, various video analytics pipelines have been proposed to optimize the usage of GPU on edge nodes. Nonetheless, we find that GPU compute resources provisioned for edge nodes are commonly under-utilized due to video content variations, subsampling and filtering at different places of a video analytics pipeline. As opposed to model and pipeline optimization, in this work, we study the problem of opportunistic data enhancement using the non-deterministic and fragmented idle GPU resources. In specific, we propose a task-specific discrimination and enhancement module, and a model-aware adversarial training mechanism, providing a way to exploit idle resources to identify and transform pipeline-specific, low-quality images in an accurate and efficient manner. A multi-exit enhancement model structure and a resource-aware scheduler is further developed to make online enhancement decisions and fine-grained inference execution under latency and GPU resource constraints. Experiments across multiple video analytics pipelines and datasets reveal that our system boosts DNN object detection accuracy by 7.27 -- 11.34% by judiciously allocating 15.81 -- 37.67% idle resources on frames that tend to yield greater marginal benefits from enhancement.&lt;br /&gt;
|confname=SenSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3560905.3568501&lt;br /&gt;
|title=Turbo: Opportunistic Enhancement for Edge Video Analytics&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2617</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2617"/>
		<updated>2023-04-26T12:01:41Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-04-20 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract=With recent advances, neural networks have become a crucial building block in intelligent IoT systems and sensing applications. However, the excessive computational demand remains a serious impediment to their deployments on low-end IoT devices. With the emergence of edge computing, offloading grows into a promising technique to circumvent end-device limitations. However, transferring data between local and edge devices takes up a large proportion of time in existing offloading frameworks, creating a bottleneck for low-latency intelligent services. In this work, we propose a general framework, called deep compressive offloading. By integrating compressive sensing theory and deep learning, our framework can encode data for offloading into tiny sizes with negligible overhead on local devices and decode the data on the edge server, while offering theoretical guarantees on perfect reconstruction and lossless inference. By trading edge computing resources for data transmission time, our design can significantly reduce offloading latency with almost no accuracy loss. We build a deep compressive offloading system to serve state-of-the-art computer vision and speech recognition services. With comprehensive evaluations, our system can consistently reduce end-to-end latency by 2X to 4X with 1% accuracy loss, compared to state-of-the-art neural network offloading systems. In conditions of limited network bandwidth or intensive background traffic, our system can further speed up the neural network inference by up to 35X 1.&lt;br /&gt;
|confname=SenSys 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3384419.3430898&lt;br /&gt;
|title=Deep compressive offloading: speeding up neural network inference by trading edge computation for network latency&lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = We propose and implement Directory-Based Access Control (DBAC), a flexible and systematic access control approach for geographically distributed multi-administration IoT systems. DBAC designs and relies on a particular module, IoT directory, to store device metadata, manage federated identities, and assist with cross-domain authorization. The directory service decouples IoT access into two phases: discover device information from directories and operate devices through discovered interfaces. DBAC extends attribute-based authorization and retrieves diverse attributes of users, devices, and environments from multi-faceted sources via standard methods, while user privacy is protected. To support resource-constrained devices, DBAC assigns a capability token to each authorized user, and devices only validate tokens to process a request.&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796804&lt;br /&gt;
|title=DBAC: Directory-Based Access Control for Geographically Distributed IoT Systems&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Edge computing is being widely used for video analytics. To alleviate the inherent tension between accuracy and cost, various video analytics pipelines have been proposed to optimize the usage of GPU on edge nodes. Nonetheless, we find that GPU compute resources provisioned for edge nodes are commonly under-utilized due to video content variations, subsampling and filtering at different places of a video analytics pipeline. As opposed to model and pipeline optimization, in this work, we study the problem of opportunistic data enhancement using the non-deterministic and fragmented idle GPU resources. In specific, we propose a task-specific discrimination and enhancement module, and a model-aware adversarial training mechanism, providing a way to exploit idle resources to identify and transform pipeline-specific, low-quality images in an accurate and efficient manner. A multi-exit enhancement model structure and a resource-aware scheduler is further developed to make online enhancement decisions and fine-grained inference execution under latency and GPU resource constraints. Experiments across multiple video analytics pipelines and datasets reveal that our system boosts DNN object detection accuracy by 7.27 -- 11.34% by judiciously allocating 15.81 -- 37.67% idle resources on frames that tend to yield greater marginal benefits from enhancement.&lt;br /&gt;
|confname=SenSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3560905.3568501&lt;br /&gt;
|title=Turbo: Opportunistic Enhancement for Edge Video Analytics&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2616</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2616"/>
		<updated>2023-04-26T11:30:59Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang update seminar history&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2023====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN 2023&lt;br /&gt;
|link=https://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/602741/ipsn23-22.pdf?sequence=1&amp;amp;isAllowed=y&lt;br /&gt;
|title=Hydra: Concurrent Coordination for Fault-tolerant Networking&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3517021&lt;br /&gt;
|title=Experience: practical indoor localization for malls&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Zhuoliu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IWQoS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=Geographic Low-Earth-Orbit Networking without QoS Bottlenecks from Infrastructure Mobility&lt;br /&gt;
|date=2023-04-20&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DaSn-A0Q_LXjBxjS9f8EIAA&lt;br /&gt;
|title=Push the Limit of LPWANs with Concurrent Transmissions&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Wenliang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9942345&lt;br /&gt;
|title=MOTO: Mobility-Aware Online Task Offloading with Adaptive Load Balancing in Small-Cell MEC&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Xianyang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=MoDEMS: Optimizing Edge Computing Migrations For User Mobility&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Photonics Journal 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=10028767&lt;br /&gt;
|title=Physical-Layer Network Coding Enhanced Visible Light Communications Using RGB LEDs &lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Jiahui}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Tutti: coupling 5G RAN and mobile edge computing for latency-critical video analytics&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Silience}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ACM Computing Surveys 2005&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/1118890.1118892&lt;br /&gt;
|title=When and How to Develop Domain-Specific Languages&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560544&lt;br /&gt;
|title=BSMA: Scalable LoRa networks using full duplex gateways &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Kaiwen}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Memory-efficient DNN Training on Mobile Devices&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Wenjie}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigMetrics 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3530892&lt;br /&gt;
|title=WiseFuse: Workload Characterization and DAG Transformation for Serverless Workflows &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys2022&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/HyLink-SenSys22.pdf&lt;br /&gt;
|title=HyLink: Towards High Throughput LPWANs with LoRa Compatible Communication&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9451627&lt;br /&gt;
|title=Multi-Task Allocation in Mobile Crowd SensingWith Mobility Prediction &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9410408/&lt;br /&gt;
|title=FLORA: Fuzzy Based Load-Balanced Opportunistic Routing for Asynchronous Duty-Cycled WSNs&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time Neural Network Inference on Extremely Weak Devices: Agile Offloading with Explainable AI &lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3498361.3538919&lt;br /&gt;
|title=TinyNET: a lightweight, modular, and unified network architecture for the internet of things&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3567652&lt;br /&gt;
|title=IoTree: a battery-free wearable system with biocompatible sensors for continuous tree health monitoring&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9373980&lt;br /&gt;
|title=An Online Framework for Joint Network Selection and Service Placement in Mobile Edge Computing&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3485730.3485938&lt;br /&gt;
|title=RT-mDL: Supporting Real-Time Mixed Deep Learning Tasks on Edge Platforms&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2615</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2615"/>
		<updated>2023-04-19T07:38:25Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-04-20 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract =Low-power wireless networks have the potential to enable applications that are of great importance to industry and society. However, existing network protocols do not meet the dependability requirements of many scenarios as the failure of a single node or link can completely disrupt communication and take significant time and energy to recover. This paper presents Hydra, a low-power wireless protocol that guarantees robust communication despite arbitrary node and link failures. Unlike most existing deterministic protocols, Hydra steers clear of centralized coordination to avoid a single point of failure. Instead, all nodes are equivalent in terms of protocol logic and configuration, performing coordination tasks such as synchronization and scheduling concurrently. This concept of concurrent coordination relies on a novel distributed consensus algorithm that yields provably unique decisions with low delay and energy overhead. In addition to a theoretical analysis, we evaluate Hydra in a multi-hop network of 23 nodes. Our experiments demonstrate that Hydra withstands random node failures without increasing coordination overhead and that it re-establishes efficient and reliable data exchange within seconds after a major disruption.&lt;br /&gt;
|confname=IPSN 2023&lt;br /&gt;
|link=https://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/602741/ipsn23-22.pdf?sequence=1&amp;amp;isAllowed=y&lt;br /&gt;
|title=Hydra: Concurrent Coordination for Fault-tolerant Networking&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = We report our experiences of developing, deploying, and evaluating MLoc, a smartphone-based indoor localization system for malls. MLoc uses Bluetooth Low Energy RSSI and geomagnetic field strength as fingerprints. We develop efficient approaches for large-scale, outsourced training data collection. We also design robust online algorithms for localizing and tracking users' positions in complex malls. Since 2018, MLoc has been deployed in 7 cities in China, and used by more than 1 million customers. We conduct extensive evaluations at 35 malls in 7 cities, covering 152K m2 mall areas with a total walking distance of 215 km (1,100 km training data). MLoc yields a median location tracking error of 2.4m. We further characterize the behaviors of MLoc's customers (472K users visiting 12 malls), and demonstrate that MLoc is a promising marketing platform through a promotion event. The e-coupons delivered through MLoc yield an overall conversion rate of 22%. To facilitate future research on mobile sensing and indoor localization, we have released a large dataset (43 GB at the time when this paper was published) that contains IMU, BLE, GMF readings, and the localization ground truth collected by trained testers from 37 shopping malls.&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3517021&lt;br /&gt;
|title=Experience: practical indoor localization for malls&lt;br /&gt;
|speaker=Zhuoliu}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Low-earth-orbit (LEO) satellite mega-constellations promise broadband, low-latency network infrastructure from space for terrestrial users in remote areas. However, they face new QoS bottlenecks from infrastructure mobility due to the fast-moving LEO satellites and earth’s rotations. Both cause frequent space-ground link churns and challenge the network latency, bandwidth, and availability at the global scale. Today’s LEO networks mask infrastructure mobility with fixed anchors (ground stations) but cause single-point bandwidth/latency bottlenecks. Instead, we design LBP to remove the LEO network’s QoS bottlenecks from infrastructure mobility. LBP removes remote terrestrial fixed anchors via geographic addressing for shorter latencies and more bandwidth. It adopts local, orbit direction-aware geographic routing to avoid global routing updates for high network availability. LBP further shortens the routing paths by refining handover policies by satellites’ orbital directions. Our experiments in controlled testbeds and trace-driven emulations validate LBP’s 1.64× network latency reduction, 9.66× more bandwidth, and improve network availability to 100%.&lt;br /&gt;
|confname=IWQoS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=Geographic Low-Earth-Orbit Networking without QoS Bottlenecks from Infrastructure Mobility&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2614</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2614"/>
		<updated>2023-04-19T07:38:07Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-04-06 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract =Low-power wireless networks have the potential to enable applications that are of great importance to industry and society. However, existing network protocols do not meet the dependability requirements of many scenarios as the failure of a single node or link can completely disrupt communication and take significant time and energy to recover. This paper presents Hydra, a low-power wireless protocol that guarantees robust communication despite arbitrary node and link failures. Unlike most existing deterministic protocols, Hydra steers clear of centralized coordination to avoid a single point of failure. Instead, all nodes are equivalent in terms of protocol logic and configuration, performing coordination tasks such as synchronization and scheduling concurrently. This concept of concurrent coordination relies on a novel distributed consensus algorithm that yields provably unique decisions with low delay and energy overhead. In addition to a theoretical analysis, we evaluate Hydra in a multi-hop network of 23 nodes. Our experiments demonstrate that Hydra withstands random node failures without increasing coordination overhead and that it re-establishes efficient and reliable data exchange within seconds after a major disruption.&lt;br /&gt;
|confname=IPSN 2023&lt;br /&gt;
|link=https://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/602741/ipsn23-22.pdf?sequence=1&amp;amp;isAllowed=y&lt;br /&gt;
|title=Hydra: Concurrent Coordination for Fault-tolerant Networking&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = We report our experiences of developing, deploying, and evaluating MLoc, a smartphone-based indoor localization system for malls. MLoc uses Bluetooth Low Energy RSSI and geomagnetic field strength as fingerprints. We develop efficient approaches for large-scale, outsourced training data collection. We also design robust online algorithms for localizing and tracking users' positions in complex malls. Since 2018, MLoc has been deployed in 7 cities in China, and used by more than 1 million customers. We conduct extensive evaluations at 35 malls in 7 cities, covering 152K m2 mall areas with a total walking distance of 215 km (1,100 km training data). MLoc yields a median location tracking error of 2.4m. We further characterize the behaviors of MLoc's customers (472K users visiting 12 malls), and demonstrate that MLoc is a promising marketing platform through a promotion event. The e-coupons delivered through MLoc yield an overall conversion rate of 22%. To facilitate future research on mobile sensing and indoor localization, we have released a large dataset (43 GB at the time when this paper was published) that contains IMU, BLE, GMF readings, and the localization ground truth collected by trained testers from 37 shopping malls.&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3517021&lt;br /&gt;
|title=Experience: practical indoor localization for malls&lt;br /&gt;
|speaker=Zhuoliu}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Low-earth-orbit (LEO) satellite mega-constellations promise broadband, low-latency network infrastructure from space for terrestrial users in remote areas. However, they face new QoS bottlenecks from infrastructure mobility due to the fast-moving LEO satellites and earth’s rotations. Both cause frequent space-ground link churns and challenge the network latency, bandwidth, and availability at the global scale. Today’s LEO networks mask infrastructure mobility with fixed anchors (ground stations) but cause single-point bandwidth/latency bottlenecks. Instead, we design LBP to remove the LEO network’s QoS bottlenecks from infrastructure mobility. LBP removes remote terrestrial fixed anchors via geographic addressing for shorter latencies and more bandwidth. It adopts local, orbit direction-aware geographic routing to avoid global routing updates for high network availability. LBP further shortens the routing paths by refining handover policies by satellites’ orbital directions. Our experiments in controlled testbeds and trace-driven emulations validate LBP’s 1.64× network latency reduction, 9.66× more bandwidth, and improve network availability to 100%.&lt;br /&gt;
|confname=IWQoS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=Geographic Low-Earth-Orbit Networking without QoS Bottlenecks from Infrastructure Mobility&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2613</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2613"/>
		<updated>2023-04-19T07:23:05Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar history&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2023====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DaSn-A0Q_LXjBxjS9f8EIAA&lt;br /&gt;
|title=Push the Limit of LPWANs with Concurrent Transmissions&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Wenliang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9942345&lt;br /&gt;
|title=MOTO: Mobility-Aware Online Task Offloading with Adaptive Load Balancing in Small-Cell MEC&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Xianyang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=MoDEMS: Optimizing Edge Computing Migrations For User Mobility&lt;br /&gt;
|date=2023-04-06&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Photonics Journal 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=10028767&lt;br /&gt;
|title=Physical-Layer Network Coding Enhanced Visible Light Communications Using RGB LEDs &lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Jiahui}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Tutti: coupling 5G RAN and mobile edge computing for latency-critical video analytics&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Silience}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ACM Computing Surveys 2005&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/1118890.1118892&lt;br /&gt;
|title=When and How to Develop Domain-Specific Languages&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560544&lt;br /&gt;
|title=BSMA: Scalable LoRa networks using full duplex gateways &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Kaiwen}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Memory-efficient DNN Training on Mobile Devices&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Wenjie}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigMetrics 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3530892&lt;br /&gt;
|title=WiseFuse: Workload Characterization and DAG Transformation for Serverless Workflows &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys2022&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/HyLink-SenSys22.pdf&lt;br /&gt;
|title=HyLink: Towards High Throughput LPWANs with LoRa Compatible Communication&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9451627&lt;br /&gt;
|title=Multi-Task Allocation in Mobile Crowd SensingWith Mobility Prediction &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9410408/&lt;br /&gt;
|title=FLORA: Fuzzy Based Load-Balanced Opportunistic Routing for Asynchronous Duty-Cycled WSNs&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time Neural Network Inference on Extremely Weak Devices: Agile Offloading with Explainable AI &lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3498361.3538919&lt;br /&gt;
|title=TinyNET: a lightweight, modular, and unified network architecture for the internet of things&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3567652&lt;br /&gt;
|title=IoTree: a battery-free wearable system with biocompatible sensors for continuous tree health monitoring&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9373980&lt;br /&gt;
|title=An Online Framework for Joint Network Selection and Service Placement in Mobile Edge Computing&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3485730.3485938&lt;br /&gt;
|title=RT-mDL: Supporting Real-Time Mixed Deep Learning Tasks on Edge Platforms&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2606</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2606"/>
		<updated>2023-04-05T08:39:46Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-04-06 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract =Low Power Wide Area Networks (LPWANs) have been shown promising in connecting large-scale low-cost devices with low-power long-distance communication. However, existing LPWANs cannot work well for real deployments due to se�vere packet collisions. We propose OrthoRa, a new technology which significantly improves the concurrency for low-power long�distance LPWAN transmission. The key of OrthoRa is a novel design, Orthogonal Scatter Chirp Spreading Spectrum (OSCSS), which enables orthogonal packet transmissions while providing low SNR communication in LPWANs. Different nodes can send packets encoded with different orthogonal scatter chirps, and the receiver can decode collided packets from different nodes. We theoretically prove that OrthoRa provides very high concurrency for low SNR communication under different scenarios. For real networks, we address practical challenges of multiple-packet detection for collided packets, scatter chirp identification for decoding each packet and accurate packet synchronization with Carrier Frequency Offset. We implement OrthoRa on HackRF One and extensively evaluate its performance. The evaluation results show that OrthoRa improves the network throughput and concurrency by 50⇥ compared with LoRa.&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DaSn-A0Q_LXjBxjS9f8EIAA&lt;br /&gt;
|title=Push the Limit of LPWANs with Concurrent Transmissions&lt;br /&gt;
|speaker=Wenliang}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Mobile edge computing is a promising computing paradigm enabling mobile devices to offload computation-intensive tasks to nearby edge servers. However, within small-cell networks, the user mobilities can result in uneven spatio-temporal loads, which have not been well studied by considering adaptive load balancing, thus limiting the system performance. Motivated by the data analytics and observations on a real-world user association dataset in a large-scale WiFi system, in this paper, we investigate the mobility-aware online task offloading problem with adaptive load balancing to minimize the total computation costs. However, the problem is intractable directly without prior knowledge of future user mobility behaviors and spatio-temporal computation loads of edge servers. To tackle this challenge, we transform and decompose the original task offloading optimization problem into two sub-problems, i.e., task offloading control ( ToC ) and server grouping ( SeG ). Then, we devise an online control scheme, named MOTO (i.e., M obility-aware O nline T ask O ffloading), which consists of two components, i.e., Long Short Term Memory based algorithm and Dueling Double DQN based algorithm, to efficiently solve the ToC and SeG sub-problems, respectively. Extensive trace-driven experiments are carried out and the results demonstrate the effectiveness of MOTO in reducing computational costs of mobile devices and achieving load balancing when compared to the state-of-the-art benchmarks.&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9942345&lt;br /&gt;
|title=MOTO: Mobility-Aware Online Task Offloading with Adaptive Load Balancing in Small-Cell MEC&lt;br /&gt;
|speaker=Xianyang}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Edge computing capabilities in 5G wireless networks promise to benefit mobile users: computing tasks can be offloaded from user devices to nearby edge servers, reducing users’ experienced latencies. Few works have addressed how this offloading should handle long-term user mobility: as devices move, they will need to offload to different edge servers, which may require migrating data or state information from one edge server to another. In this paper, we introduce MoDEMS, a system model and architecture that provides a rigorous theoretical framework and studies the challenges of such migrations to minimize the service provider cost and user latency. We show that this cost minimization problem can be expressed as an integer linear programming problem, which is hard to solve due to resource constraints at the servers and unknown user mobility patterns. We show that finding the optimal migration plan is in general NP-hard, and we propose alternative heuristic solution algorithms that perform well in both theory and practice. We finally validate our results with real user mobility traces, ns-3 simulations, and an LTE testbed experiment. Migrations reduce the latency experienced by users of edge applications by 33% compared to previously proposed migration approaches.&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=MoDEMS: Optimizing Edge Computing Migrations For User Mobility&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2605</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2605"/>
		<updated>2023-03-29T14:19:26Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-03-30 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract =Low Power Wide Area Networks (LPWANs) have been shown promising in connecting large-scale low-cost devices with low-power long-distance communication. However, existing LPWANs cannot work well for real deployments due to se�vere packet collisions. We propose OrthoRa, a new technology which significantly improves the concurrency for low-power long�distance LPWAN transmission. The key of OrthoRa is a novel design, Orthogonal Scatter Chirp Spreading Spectrum (OSCSS), which enables orthogonal packet transmissions while providing low SNR communication in LPWANs. Different nodes can send packets encoded with different orthogonal scatter chirps, and the receiver can decode collided packets from different nodes. We theoretically prove that OrthoRa provides very high concurrency for low SNR communication under different scenarios. For real networks, we address practical challenges of multiple-packet detection for collided packets, scatter chirp identification for decoding each packet and accurate packet synchronization with Carrier Frequency Offset. We implement OrthoRa on HackRF One and extensively evaluate its performance. The evaluation results show that OrthoRa improves the network throughput and concurrency by 50⇥ compared with LoRa.&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DaSn-A0Q_LXjBxjS9f8EIAA&lt;br /&gt;
|title=Push the Limit of LPWANs with Concurrent Transmissions&lt;br /&gt;
|speaker=Wenliang}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Mobile edge computing is a promising computing paradigm enabling mobile devices to offload computation-intensive tasks to nearby edge servers. However, within small-cell networks, the user mobilities can result in uneven spatio-temporal loads, which have not been well studied by considering adaptive load balancing, thus limiting the system performance. Motivated by the data analytics and observations on a real-world user association dataset in a large-scale WiFi system, in this paper, we investigate the mobility-aware online task offloading problem with adaptive load balancing to minimize the total computation costs. However, the problem is intractable directly without prior knowledge of future user mobility behaviors and spatio-temporal computation loads of edge servers. To tackle this challenge, we transform and decompose the original task offloading optimization problem into two sub-problems, i.e., task offloading control ( ToC ) and server grouping ( SeG ). Then, we devise an online control scheme, named MOTO (i.e., M obility-aware O nline T ask O ffloading), which consists of two components, i.e., Long Short Term Memory based algorithm and Dueling Double DQN based algorithm, to efficiently solve the ToC and SeG sub-problems, respectively. Extensive trace-driven experiments are carried out and the results demonstrate the effectiveness of MOTO in reducing computational costs of mobile devices and achieving load balancing when compared to the state-of-the-art benchmarks.&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9942345&lt;br /&gt;
|title=MOTO: Mobility-Aware Online Task Offloading with Adaptive Load Balancing in Small-Cell MEC&lt;br /&gt;
|speaker=Xianyang}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Edge computing capabilities in 5G wireless networks promise to benefit mobile users: computing tasks can be offloaded from user devices to nearby edge servers, reducing users’ experienced latencies. Few works have addressed how this offloading should handle long-term user mobility: as devices move, they will need to offload to different edge servers, which may require migrating data or state information from one edge server to another. In this paper, we introduce MoDEMS, a system model and architecture that provides a rigorous theoretical framework and studies the challenges of such migrations to minimize the service provider cost and user latency. We show that this cost minimization problem can be expressed as an integer linear programming problem, which is hard to solve due to resource constraints at the servers and unknown user mobility patterns. We show that finding the optimal migration plan is in general NP-hard, and we propose alternative heuristic solution algorithms that perform well in both theory and practice. We finally validate our results with real user mobility traces, ns-3 simulations, and an LTE testbed experiment. Migrations reduce the latency experienced by users of edge applications by 33% compared to previously proposed migration approaches.&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=MoDEMS: Optimizing Edge Computing Migrations For User Mobility&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2604</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2604"/>
		<updated>2023-03-29T14:19:12Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-03-23 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract =Low Power Wide Area Networks (LPWANs) have been shown promising in connecting large-scale low-cost devices with low-power long-distance communication. However, existing LPWANs cannot work well for real deployments due to se�vere packet collisions. We propose OrthoRa, a new technology which significantly improves the concurrency for low-power long�distance LPWAN transmission. The key of OrthoRa is a novel design, Orthogonal Scatter Chirp Spreading Spectrum (OSCSS), which enables orthogonal packet transmissions while providing low SNR communication in LPWANs. Different nodes can send packets encoded with different orthogonal scatter chirps, and the receiver can decode collided packets from different nodes. We theoretically prove that OrthoRa provides very high concurrency for low SNR communication under different scenarios. For real networks, we address practical challenges of multiple-packet detection for collided packets, scatter chirp identification for decoding each packet and accurate packet synchronization with Carrier Frequency Offset. We implement OrthoRa on HackRF One and extensively evaluate its performance. The evaluation results show that OrthoRa improves the network throughput and concurrency by 50⇥ compared with LoRa.&lt;br /&gt;
|confname=INFOCOM 2023&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DaSn-A0Q_LXjBxjS9f8EIAA&lt;br /&gt;
|title=Push the Limit of LPWANs with Concurrent Transmissions&lt;br /&gt;
|speaker=Wenliang}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Mobile edge computing is a promising computing paradigm enabling mobile devices to offload computation-intensive tasks to nearby edge servers. However, within small-cell networks, the user mobilities can result in uneven spatio-temporal loads, which have not been well studied by considering adaptive load balancing, thus limiting the system performance. Motivated by the data analytics and observations on a real-world user association dataset in a large-scale WiFi system, in this paper, we investigate the mobility-aware online task offloading problem with adaptive load balancing to minimize the total computation costs. However, the problem is intractable directly without prior knowledge of future user mobility behaviors and spatio-temporal computation loads of edge servers. To tackle this challenge, we transform and decompose the original task offloading optimization problem into two sub-problems, i.e., task offloading control ( ToC ) and server grouping ( SeG ). Then, we devise an online control scheme, named MOTO (i.e., M obility-aware O nline T ask O ffloading), which consists of two components, i.e., Long Short Term Memory based algorithm and Dueling Double DQN based algorithm, to efficiently solve the ToC and SeG sub-problems, respectively. Extensive trace-driven experiments are carried out and the results demonstrate the effectiveness of MOTO in reducing computational costs of mobile devices and achieving load balancing when compared to the state-of-the-art benchmarks.&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9942345&lt;br /&gt;
|title=MOTO: Mobility-Aware Online Task Offloading with Adaptive Load Balancing in Small-Cell MEC&lt;br /&gt;
|speaker=Xianyang}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Edge computing capabilities in 5G wireless networks promise to benefit mobile users: computing tasks can be offloaded from user devices to nearby edge servers, reducing users’ experienced latencies. Few works have addressed how this offloading should handle long-term user mobility: as devices move, they will need to offload to different edge servers, which may require migrating data or state information from one edge server to another. In this paper, we introduce MoDEMS, a system model and architecture that provides a rigorous theoretical framework and studies the challenges of such migrations to minimize the service provider cost and user latency. We show that this cost minimization problem can be expressed as an integer linear programming problem, which is hard to solve due to resource constraints at the servers and unknown user mobility patterns. We show that finding the optimal migration plan is in general NP-hard, and we propose alternative heuristic solution algorithms that perform well in both theory and practice. We finally validate our results with real user mobility traces, ns-3 simulations, and an LTE testbed experiment. Migrations reduce the latency experienced by users of edge applications by 33% compared to previously proposed migration approaches.&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9796680&lt;br /&gt;
|title=MoDEMS: Optimizing Edge Computing Migrations For User Mobility&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2603</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2603"/>
		<updated>2023-03-29T14:12:05Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar history&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2023====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Photonics Journal 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=10028767&lt;br /&gt;
|title=Physical-Layer Network Coding Enhanced Visible Light Communications Using RGB LEDs &lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Jiahui}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Tutti: coupling 5G RAN and mobile edge computing for latency-critical video analytics&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Silience}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ACM Computing Surveys 2005&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/1118890.1118892&lt;br /&gt;
|title=When and How to Develop Domain-Specific Languages&lt;br /&gt;
|date=2023-03-23&lt;br /&gt;
|speaker=Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560544&lt;br /&gt;
|title=BSMA: Scalable LoRa networks using full duplex gateways &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Kaiwen}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Memory-efficient DNN Training on Mobile Devices&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Wenjie}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigMetrics 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3530892&lt;br /&gt;
|title=WiseFuse: Workload Characterization and DAG Transformation for Serverless Workflows &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys2022&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/HyLink-SenSys22.pdf&lt;br /&gt;
|title=HyLink: Towards High Throughput LPWANs with LoRa Compatible Communication&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9451627&lt;br /&gt;
|title=Multi-Task Allocation in Mobile Crowd SensingWith Mobility Prediction &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9410408/&lt;br /&gt;
|title=FLORA: Fuzzy Based Load-Balanced Opportunistic Routing for Asynchronous Duty-Cycled WSNs&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time Neural Network Inference on Extremely Weak Devices: Agile Offloading with Explainable AI &lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3498361.3538919&lt;br /&gt;
|title=TinyNET: a lightweight, modular, and unified network architecture for the internet of things&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3567652&lt;br /&gt;
|title=IoTree: a battery-free wearable system with biocompatible sensors for continuous tree health monitoring&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9373980&lt;br /&gt;
|title=An Online Framework for Joint Network Selection and Service Placement in Mobile Edge Computing&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3485730.3485938&lt;br /&gt;
|title=RT-mDL: Supporting Real-Time Mixed Deep Learning Tasks on Edge Platforms&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2602</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2602"/>
		<updated>2023-03-22T09:32:12Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-03-23 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Visible light communications (VLC) is a good candidate technology for the 6th generation (6G) wireless communications. Red, green, and blue (RGB) light-emitting diodes (LEDs) based VLC has become an important research branch due to its low price and high reliability. However, the saturation of photodiode (PD) caused by the ambient background light may seriously degrade the bit error rate (BER) performance of an RGB-VLC system's three spatially uncoupled information streams (i.e., red, green, and blue LEDs can transmit different data packets simultaneously) in practical applications. To mitigate the ambient light interference in point-to-point RGB-VLC systems, we propose, PNC-VLC, a network-coded scheme that uses two LEDs with the same color at the transmitter to transmit two different data streams and we make use of the naturally overlapped signals at the receiver to formulate physical-layer network coding (PNC). The adaptivity of PNC-VLC could effectively improve the BER degradation problem caused by the saturation of PD under the influence of ambient light. We conducted simulations based on the parameters of commercial off-the-shelf (COTS) products to prove the superiority of the PNC-VLC under the influence of four typical illuminants. Simulation results show that the PNC-VLC system can maintain a better and more stable system BER performance under different ambient background light conditions. Remarkably, with 2/3 throughput efficiency, PNC-VLC can bring 133.3% gain to the BER performance when compared with RGB-VLC under the Illuminant A interference model, making it a good option for VLC applications with unpredictable ambient background interferences.&lt;br /&gt;
|confname=IEEE Photonics Journal 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=10028767&lt;br /&gt;
|title=Physical-Layer Network Coding Enhanced Visible Light Communications Using RGB LEDs &lt;br /&gt;
|speaker=Jiahui}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Mobile edge computing (MEC), as a key ingredient of the 5G ecosystem, is envisioned to support demanding applications with stringent latency requirements. The basic idea is to deploy servers close to end-users, e.g., on the network edge-side instead of the remote cloud. While conceptually reasonable, we find that the operational 5G is not coordinated with MEC and thus suffers from intolerable long response latency. In this work, we propose Tutti, which couples 5G RAN and MEC at the user space to assure the performance of latency-critical video analytics. To enable such capacity, Tutti precisely customizes the application service demand by fusing instantaneous wireless dynamics from the 5G RAN and application-layer content changes from edge servers. Tutti then enforces a deadline-sensitive resource provision for meeting the application service demand by real-time interaction between 5G RAN and edge servers in a lightweight and standard-compatible way. We prototype and evaluate Tutti on a software-defined platform, which shows that Tutti reduces the response latency by an average of 61.69% compared with the existing 5G MEC system, as well as negligible interaction costs.&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Tutti: coupling 5G RAN and mobile edge computing for latency-critical video analytics&lt;br /&gt;
|speaker=Silience}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Domain-specific languages (DSLs) are languages tailored to a specific application domain. They offer substantial gains in expressiveness and ease of use compared with general-purpose programming languages in their domain of application. DSL development is hard, requiring both domain knowledge and language development expertise. Few people have both. Not surprisingly, the decision to develop a DSL is often postponed indefinitely, if considered at all, and most DSLs never get beyond the application library stage.Although many articles have been written on the development of particular DSLs, there is very limited literature on DSL development methodologies and many questions remain regarding when and how to develop a DSL. To aid the DSL developer, we identify patterns in the decision, analysis, design, and implementation phases of DSL development. Our patterns improve and extend earlier work on DSL design patterns. We also discuss domain analysis tools and language development systems that may help to speed up DSL development. Finally, we present a number of open problems.&lt;br /&gt;
|confname=ACM Computing Surveys 2005&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/1118890.1118892&lt;br /&gt;
|title=When and How to Develop Domain-Specific Languages&lt;br /&gt;
|speaker=Shu}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2601</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2601"/>
		<updated>2023-02-26T15:24:22Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-02-20 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Visible light communications (VLC) is a good candidate technology for the 6th generation (6G) wireless communications. Red, green, and blue (RGB) light-emitting diodes (LEDs) based VLC has become an important research branch due to its low price and high reliability. However, the saturation of photodiode (PD) caused by the ambient background light may seriously degrade the bit error rate (BER) performance of an RGB-VLC system's three spatially uncoupled information streams (i.e., red, green, and blue LEDs can transmit different data packets simultaneously) in practical applications. To mitigate the ambient light interference in point-to-point RGB-VLC systems, we propose, PNC-VLC, a network-coded scheme that uses two LEDs with the same color at the transmitter to transmit two different data streams and we make use of the naturally overlapped signals at the receiver to formulate physical-layer network coding (PNC). The adaptivity of PNC-VLC could effectively improve the BER degradation problem caused by the saturation of PD under the influence of ambient light. We conducted simulations based on the parameters of commercial off-the-shelf (COTS) products to prove the superiority of the PNC-VLC under the influence of four typical illuminants. Simulation results show that the PNC-VLC system can maintain a better and more stable system BER performance under different ambient background light conditions. Remarkably, with 2/3 throughput efficiency, PNC-VLC can bring 133.3% gain to the BER performance when compared with RGB-VLC under the Illuminant A interference model, making it a good option for VLC applications with unpredictable ambient background interferences.&lt;br /&gt;
|confname=IEEE Photonics Journal 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=10028767&lt;br /&gt;
|title=Physical-Layer Network Coding Enhanced Visible Light Communications Using RGB LEDs &lt;br /&gt;
|speaker=Jiahui}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Mobile edge computing (MEC), as a key ingredient of the 5G ecosystem, is envisioned to support demanding applications with stringent latency requirements. The basic idea is to deploy servers close to end-users, e.g., on the network edge-side instead of the remote cloud. While conceptually reasonable, we find that the operational 5G is not coordinated with MEC and thus suffers from intolerable long response latency. In this work, we propose Tutti, which couples 5G RAN and MEC at the user space to assure the performance of latency-critical video analytics. To enable such capacity, Tutti precisely customizes the application service demand by fusing instantaneous wireless dynamics from the 5G RAN and application-layer content changes from edge servers. Tutti then enforces a deadline-sensitive resource provision for meeting the application service demand by real-time interaction between 5G RAN and edge servers in a lightweight and standard-compatible way. We prototype and evaluate Tutti on a software-defined platform, which shows that Tutti reduces the response latency by an average of 61.69% compared with the existing 5G MEC system, as well as negligible interaction costs.&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Tutti: coupling 5G RAN and mobile edge computing for latency-critical video analytics&lt;br /&gt;
|speaker=Silience}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2600</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2600"/>
		<updated>2023-02-26T15:13:24Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-02-27 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Visible light communications (VLC) is a good candidate technology for the 6th generation (6G) wireless communications. Red, green, and blue (RGB) light-emitting diodes (LEDs) based VLC has become an important research branch due to its low price and high reliability. However, the saturation of photodiode (PD) caused by the ambient background light may seriously degrade the bit error rate (BER) performance of an RGB-VLC system's three spatially uncoupled information streams (i.e., red, green, and blue LEDs can transmit different data packets simultaneously) in practical applications. To mitigate the ambient light interference in point-to-point RGB-VLC systems, we propose, PNC-VLC, a network-coded scheme that uses two LEDs with the same color at the transmitter to transmit two different data streams and we make use of the naturally overlapped signals at the receiver to formulate physical-layer network coding (PNC). The adaptivity of PNC-VLC could effectively improve the BER degradation problem caused by the saturation of PD under the influence of ambient light. We conducted simulations based on the parameters of commercial off-the-shelf (COTS) products to prove the superiority of the PNC-VLC under the influence of four typical illuminants. Simulation results show that the PNC-VLC system can maintain a better and more stable system BER performance under different ambient background light conditions. Remarkably, with 2/3 throughput efficiency, PNC-VLC can bring 133.3% gain to the BER performance when compared with RGB-VLC under the Illuminant A interference model, making it a good option for VLC applications with unpredictable ambient background interferences.&lt;br /&gt;
|confname=IEEE Photonics Journal 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=10028767&lt;br /&gt;
|title=Physical-Layer Network Coding Enhanced Visible Light Communications Using RGB LEDs &lt;br /&gt;
|speaker=Jiahui}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Mobile edge computing (MEC), as a key ingredient of the 5G ecosystem, is envisioned to support demanding applications with stringent latency requirements. The basic idea is to deploy servers close to end-users, e.g., on the network edge-side instead of the remote cloud. While conceptually reasonable, we find that the operational 5G is not coordinated with MEC and thus suffers from intolerable long response latency. In this work, we propose Tutti, which couples 5G RAN and MEC at the user space to assure the performance of latency-critical video analytics. To enable such capacity, Tutti precisely customizes the application service demand by fusing instantaneous wireless dynamics from the 5G RAN and application-layer content changes from edge servers. Tutti then enforces a deadline-sensitive resource provision for meeting the application service demand by real-time interaction between 5G RAN and edge servers in a lightweight and standard-compatible way. We prototype and evaluate Tutti on a software-defined platform, which shows that Tutti reduces the response latency by an average of 61.69% compared with the existing 5G MEC system, as well as negligible interaction costs.&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Tutti: coupling 5G RAN and mobile edge computing for latency-critical video analytics&lt;br /&gt;
|speaker=Silience}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2599</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2599"/>
		<updated>2023-02-26T15:05:49Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar history&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2023====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560544&lt;br /&gt;
|title=BSMA: Scalable LoRa networks using full duplex gateways &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Kaiwen}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Memory-efficient DNN Training on Mobile Devices&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Wenjie}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigMetrics 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3530892&lt;br /&gt;
|title=WiseFuse: Workload Characterization and DAG Transformation for Serverless Workflows &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys2022&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/HyLink-SenSys22.pdf&lt;br /&gt;
|title=HyLink: Towards High Throughput LPWANs with LoRa Compatible Communication&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9451627&lt;br /&gt;
|title=Multi-Task Allocation in Mobile Crowd SensingWith Mobility Prediction &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9410408/&lt;br /&gt;
|title=FLORA: Fuzzy Based Load-Balanced Opportunistic Routing for Asynchronous Duty-Cycled WSNs&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time Neural Network Inference on Extremely Weak Devices: Agile Offloading with Explainable AI &lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3498361.3538919&lt;br /&gt;
|title=TinyNET: a lightweight, modular, and unified network architecture for the internet of things&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3567652&lt;br /&gt;
|title=IoTree: a battery-free wearable system with biocompatible sensors for continuous tree health monitoring&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9373980&lt;br /&gt;
|title=An Online Framework for Joint Network Selection and Service Placement in Mobile Edge Computing&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3485730.3485938&lt;br /&gt;
|title=RT-mDL: Supporting Real-Time Mixed Deep Learning Tasks on Edge Platforms&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2598</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2598"/>
		<updated>2023-02-20T02:57:10Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-02-20 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Mobile crowd sensing (MCS) is a popular sensing paradigm that leverages the power of massive mobile workers to perform various location-based sensing tasks. To assign workers with suitable tasks, recent research works investigated mobility prediction methods based on probabilistic and statistical models to estimate the worker’s moving behavior, based on which the allocation algorithm is designed to match workers with tasks such that workers do not need to deviate from their daily routes and tasks can be completed as many as possible. In this paper, we propose a new multi-task allocation method based on mobility prediction, which differs from the existing works by (1) making use of workers’ historical trajectories more comprehensively by using the fuzzy logic system to obtain more accurate mobility prediction and (2) designing a global heuristic searching algorithm to optimize the overall task completion rate based on the mobility prediction result, which jointly considers workers’ and tasks’ spatiotemporal features. We evaluate the proposed prediction method and task allocation algorithm using two real-world datasets. The experimental results validate the effectiveness of the proposed methods compared against baselines.&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560544&lt;br /&gt;
|title=BSMA: Scalable LoRa networks using full duplex gateways &lt;br /&gt;
|speaker=Kaiwen}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = On-device deep neural network (DNN) training holds the potential to enable a rich set of privacy-aware and infrastructure-independent personalized mobile applications. However, despite advancements in mobile hardware, locally training a complex DNN is still a nontrivial task given its resource demands. In this work, we show that the limited memory resources on mobile devices are the main constraint and propose Sage as a framework for efficiently optimizing memory resources for on-device DNN training. Specifically, Sage configures a flexible computation graph for DNN gradient evaluation and reduces the memory footprint of the graph using operator- and graph-level optimizations. In run-time, Sage employs a hybrid of gradient checkpointing and micro-batching techniques to dynamically adjust its memory use to the available system memory budget. Using implementation on off-the-shelf smartphones, we show that Sage enables local training of complex DNN models by reducing memory use by more than 20-fold compared to a baseline approach. We also show that Sage successfully adapts to run-time memory budget variations, and evaluate its energy consumption to show Sage's practical applicability.&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Memory-efficient DNN Training on Mobile Devices&lt;br /&gt;
|speaker=Wenjie}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = We characterize production workloads of serverless DAGs at a major cloud provider. Our analysis highlights two major factors that limit performance: (a) lack of efficient communication methods between the serverless functions in the DAG, and (b) stragglers when a DAG stage invokes a set of parallel functions that must complete before starting the next DAG stage. To address these limitations, we propose WISEFUSE, an automated approach to generate an optimized execution plan for serverless DAGs for a user-specified latency objective or budget. We introduce three optimizations: (1) Fusion combines in-series functions together in a single VM to reduce the communication overhead between cascaded functions. (2) Bundling executes a group of parallel invocations of a function in one VM to improve resource sharing among the parallel workers to reduce skew. (3) Resource Allocation assigns the right VM size to each function or function bundle in the DAG to reduce the E2E latency and cost. We implement WISEFUSE to evaluate it experimentally using three popular serverless applications with different DAG structures, memory footprints, and intermediate data sizes. Compared to competing approaches and other alternatives, WISEFUSE shows significant improvements in E2E latency and cost. Specifically, for a machine learning pipeline, WISEFUSE achieves P95 latency that is 67% lower than Photons, 39% lower than Faastlane, and 90% lower than SONIC without increasing the cost.&lt;br /&gt;
|confname=SigMetrics 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3530892&lt;br /&gt;
|title=WiseFuse: Workload Characterization and DAG Transformation for Serverless Workflows &lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2597</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2597"/>
		<updated>2023-02-20T00:56:49Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-02-20 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Mobile crowd sensing (MCS) is a popular sensing paradigm that leverages the power of massive mobile workers to perform various location-based sensing tasks. To assign workers with suitable tasks, recent research works investigated mobility prediction methods based on probabilistic and statistical models to estimate the worker’s moving behavior, based on which the allocation algorithm is designed to match workers with tasks such that workers do not need to deviate from their daily routes and tasks can be completed as many as possible. In this paper, we propose a new multi-task allocation method based on mobility prediction, which differs from the existing works by (1) making use of workers’ historical trajectories more comprehensively by using the fuzzy logic system to obtain more accurate mobility prediction and (2) designing a global heuristic searching algorithm to optimize the overall task completion rate based on the mobility prediction result, which jointly considers workers’ and tasks’ spatiotemporal features. We evaluate the proposed prediction method and task allocation algorithm using two real-world datasets. The experimental results validate the effectiveness of the proposed methods compared against baselines.&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560544&lt;br /&gt;
|title=BSMA: Scalable LoRa networks using full duplex gateways &lt;br /&gt;
|speaker=Kaiwen}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = On-device deep neural network (DNN) training holds the potential to enable a rich set of privacy-aware and infrastructure-independent personalized mobile applications. However, despite advancements in mobile hardware, locally training a complex DNN is still a nontrivial task given its resource demands. In this work, we show that the limited memory resources on mobile devices are the main constraint and propose Sage as a framework for efficiently optimizing memory resources for on-device DNN training. Specifically, Sage configures a flexible computation graph for DNN gradient evaluation and reduces the memory footprint of the graph using operator- and graph-level optimizations. In run-time, Sage employs a hybrid of gradient checkpointing and micro-batching techniques to dynamically adjust its memory use to the available system memory budget. Using implementation on off-the-shelf smartphones, we show that Sage enables local training of complex DNN models by reducing memory use by more than 20-fold compared to a baseline approach. We also show that Sage successfully adapts to run-time memory budget variations, and evaluate its energy consumption to show Sage's practical applicability.&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Memory-efficient DNN Training on Mobile Devices&lt;br /&gt;
|speaker=Wenjie}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = We characterize production workloads of serverless DAGs at a major cloud provider. Our analysis highlights two major factors that limit performance: (a) lack of efficient communication methods between the serverless functions in the DAG, and (b) stragglers when a DAG stage invokes a set of parallel functions that must complete before starting the next DAG stage. To address these limitations, we propose WISEFUSE, an automated approach to generate an optimized execution plan for serverless DAGs for a user-specified latency objective or budget. We introduce three optimizations: (1) Fusion combines in-series functions together in a single VM to reduce the communication overhead between cascaded functions. (2) Bundling executes a group of parallel invocations of a function in one VM to improve resource sharing among the parallel workers to reduce skew. (3) Resource Allocation assigns the right VM size to each function or function bundle in the DAG to reduce the E2E latency and cost. We implement WISEFUSE to evaluate it experimentally using three popular serverless applications with different DAG structures, memory footprints, and intermediate data sizes. Compared to competing approaches and other alternatives, WISEFUSE shows significant improvements in E2E latency and cost. Specifically, for a machine learning pipeline, WISEFUSE achieves P95 latency that is 67% lower than Photons, 39% lower than Faastlane, and 90% lower than SONIC without increasing the cost.&lt;br /&gt;
|confname=Proceedings of the ACM on Measurement and Analysis of Computing Systems 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3530892&lt;br /&gt;
|title=WiseFuse: Workload Characterization and DAG Transformation for Serverless Workflows &lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2596</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2596"/>
		<updated>2023-02-19T13:41:41Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-02-13 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Mobile crowd sensing (MCS) is a popular sensing paradigm that leverages the power of massive mobile workers to perform various location-based sensing tasks. To assign workers with suitable tasks, recent research works investigated mobility prediction methods based on probabilistic and statistical models to estimate the worker’s moving behavior, based on which the allocation algorithm is designed to match workers with tasks such that workers do not need to deviate from their daily routes and tasks can be completed as many as possible. In this paper, we propose a new multi-task allocation method based on mobility prediction, which differs from the existing works by (1) making use of workers’ historical trajectories more comprehensively by using the fuzzy logic system to obtain more accurate mobility prediction and (2) designing a global heuristic searching algorithm to optimize the overall task completion rate based on the mobility prediction result, which jointly considers workers’ and tasks’ spatiotemporal features. We evaluate the proposed prediction method and task allocation algorithm using two real-world datasets. The experimental results validate the effectiveness of the proposed methods compared against baselines.&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3560544&lt;br /&gt;
|title=BSMA: Scalable LoRa networks using full duplex gateways &lt;br /&gt;
|speaker=Kaiwen}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = On-device deep neural network (DNN) training holds the potential to enable a rich set of privacy-aware and infrastructure-independent personalized mobile applications. However, despite advancements in mobile hardware, locally training a complex DNN is still a nontrivial task given its resource demands. In this work, we show that the limited memory resources on mobile devices are the main constraint and propose Sage as a framework for efficiently optimizing memory resources for on-device DNN training. Specifically, Sage configures a flexible computation graph for DNN gradient evaluation and reduces the memory footprint of the graph using operator- and graph-level optimizations. In run-time, Sage employs a hybrid of gradient checkpointing and micro-batching techniques to dynamically adjust its memory use to the available system memory budget. Using implementation on off-the-shelf smartphones, we show that Sage enables local training of complex DNN models by reducing memory use by more than 20-fold compared to a baseline approach. We also show that Sage successfully adapts to run-time memory budget variations, and evaluate its energy consumption to show Sage's practical applicability.&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3498361.3539765&lt;br /&gt;
|title=Memory-efficient DNN Training on Mobile Devices&lt;br /&gt;
|speaker=Wenjie}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = We characterize production workloads of serverless DAGs at a major cloud provider. Our analysis highlights two major factors that limit performance: (a) lack of efficient communication methods between the serverless functions in the DAG, and (b) stragglers when a DAG stage invokes a set of parallel functions that must complete before starting the next DAG stage. To address these limitations, we propose WISEFUSE, an automated approach to generate an optimized execution plan for serverless DAGs for a user-specified latency objective or budget. We introduce three optimizations: (1) Fusion combines in-series functions together in a single VM to reduce the communication overhead between cascaded functions. (2) Bundling executes a group of parallel invocations of a function in one VM to improve resource sharing among the parallel workers to reduce skew. (3) Resource Allocation assigns the right VM size to each function or function bundle in the DAG to reduce the E2E latency and cost. We implement WISEFUSE to evaluate it experimentally using three popular serverless applications with different DAG structures, memory footprints, and intermediate data sizes. Compared to competing approaches and other alternatives, WISEFUSE shows significant improvements in E2E latency and cost. Specifically, for a machine learning pipeline, WISEFUSE achieves P95 latency that is 67% lower than Photons, 39% lower than Faastlane, and 90% lower than SONIC without increasing the cost.&lt;br /&gt;
|confname=Proceedings of the ACM on Measurement and Analysis of Computing Systems 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3530892&lt;br /&gt;
|title=WiseFuse: Workload Characterization and DAG Transformation for Serverless Workflows &lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2595</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2595"/>
		<updated>2023-02-19T13:28:31Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar history&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2023====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys2022&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/HyLink-SenSys22.pdf&lt;br /&gt;
|title=HyLink: Towards High Throughput LPWANs with LoRa Compatible Communication&lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9451627&lt;br /&gt;
|title=Multi-Task Allocation in Mobile Crowd SensingWith Mobility Prediction &lt;br /&gt;
|date=2023-02-13&lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9410408/&lt;br /&gt;
|title=FLORA: Fuzzy Based Load-Balanced Opportunistic Routing for Asynchronous Duty-Cycled WSNs&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time Neural Network Inference on Extremely Weak Devices: Agile Offloading with Explainable AI &lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3498361.3538919&lt;br /&gt;
|title=TinyNET: a lightweight, modular, and unified network architecture for the internet of things&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3567652&lt;br /&gt;
|title=IoTree: a battery-free wearable system with biocompatible sensors for continuous tree health monitoring&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9373980&lt;br /&gt;
|title=An Online Framework for Joint Network Selection and Service Placement in Mobile Edge Computing&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3485730.3485938&lt;br /&gt;
|title=RT-mDL: Supporting Real-Time Mixed Deep Learning Tasks on Edge Platforms&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2594</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2594"/>
		<updated>2023-02-12T13:14:55Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-02-13 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = This paper presents the design and implementation of HyLink which aims to fill the gap between limited link capacity of LoRa and the diverse bandwidth requirements of IoT systems. At the heart of HyLink is a novel technique named parallel Chirp Spread Spectrum modulation, which tunes the number of modulated symbols to adapt bitrates according to channel conditions. Over strong link connections, HyLink fully exploits the link capability to transmit more symbols and thus transforms good channel SNRs to high link throughput. While for weak links, it conservatively modulates one symbol and concentrates all transmit power onto the symbol to combat poor channels, which can achieve the same performance as legacy LoRa. HyLink addresses a series of technical challenges on encoding and decoding of multiple payloads in a single packet, aiming at amortizing communication overheads in terms of channel access, radio-on power, transmission air-time, etc. We perform extensive experiments to evaluate the effectiveness of HyLink. Evaluations show that HyLink produces up to 10× higher bit rates than LoRa when channel SNRs are higher than 5 dB. HyLink inter-operates with legacy LoRa devices and can support new emerging traffic-intensive IoT applications.&lt;br /&gt;
|confname=Sensys2022&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/HyLink-SenSys22.pdf&lt;br /&gt;
|title=HyLink: Towards High Throughput LPWANs with LoRa Compatible Communication&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Mobile crowd sensing (MCS) is a popular sensing paradigm that leverages the power of massive mobile workers to perform various location-based sensing tasks. To assign workers with suitable tasks, recent research works investigated mobility prediction methods based on probabilistic and statistical models to estimate the worker’s moving behavior, based on which the allocation algorithm is designed to match workers with tasks such that workers do not need to deviate from their daily routes and tasks can be completed as many as possible. In this paper, we propose a new multi-task allocation method based on mobility prediction, which differs from the existing works by (1) making use of workers’ historical trajectories more comprehensively by using the fuzzy logic system to obtain more accurate mobility prediction and (2) designing a global heuristic searching algorithm to optimize the overall task completion rate based on the mobility prediction result, which jointly considers workers’ and tasks’ spatiotemporal features. We evaluate the proposed prediction method and task allocation algorithm using two real-world datasets. The experimental results validate the effectiveness of the proposed methods compared against baselines.&lt;br /&gt;
|confname=TMC 2023&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9451627&lt;br /&gt;
|title=Multi-Task Allocation in Mobile Crowd SensingWith Mobility Prediction &lt;br /&gt;
|speaker=Zhenguo}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2593</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2593"/>
		<updated>2023-02-12T13:10:20Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar history&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2023====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9410408/&lt;br /&gt;
|title=FLORA: Fuzzy Based Load-Balanced Opportunistic Routing for Asynchronous Duty-Cycled WSNs&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time Neural Network Inference on Extremely Weak Devices: Agile Offloading with Explainable AI &lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3498361.3538919&lt;br /&gt;
|title=TinyNET: a lightweight, modular, and unified network architecture for the internet of things&lt;br /&gt;
|date=2023-02-06&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3567652&lt;br /&gt;
|title=IoTree: a battery-free wearable system with biocompatible sensors for continuous tree health monitoring&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9373980&lt;br /&gt;
|title=An Online Framework for Joint Network Selection and Service Placement in Mobile Edge Computing&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3485730.3485938&lt;br /&gt;
|title=RT-mDL: Supporting Real-Time Mixed Deep Learning Tasks on Edge Platforms&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2592</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2592"/>
		<updated>2023-02-01T15:19:43Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2023-02-06 9:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Many opportunistic routing (OR) schemes treat network nodes equally, neglecting the fact that the nodes close to the sink undertake more duties than the rest of the network nodes. Therefore, the nodes located at different positions should play different roles during the routing process. Moreover, considering various Quality-of-Service (QoS) requirements, the routing decision in OR is affected by multiple network attributes. The majority of these OR schemes fail to contemplate multiple network attributes while making routing decisions. To address the aforesaid issues, this paper presents a novel protocol that runs in three steps. First, each node defines a Routing Zone (RZ) to route packets toward the sink. Second, the nodes within RZ are prioritized based on the competency value obtained through a novel model that employs Modified Analytic Hierarchy Process (MAHP) and Fuzzy Logic techniques. Finally, one of the forwarders is selected as the final relay node after forwarders coordination. Through extensive experimental simulations, it is confirmed that FLORA achieves better performance compared to its counterparts in terms of energy consumption, overhead packets, waiting times, packet delivery ratio, and network lifetime.&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9410408/&lt;br /&gt;
|title=FLORA: Fuzzy Based Load-Balanced Opportunistic Routing for Asynchronous Duty-Cycled WSNs&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = With the wide adoption of AI applications, there is a pressing need of enabling real-time neural network (NN) inference on small embedded devices, but deploying NNs and achieving high performance of NN inference on these small devices is challenging due to their extremely weak capabilities. Although NN partitioning and offloading can contribute to such deployment, they are incapable of minimizing the local costs at embedded devices. Instead, we suggest to address this challenge via agile NN offloading, which migrates the required computations in NN offloading from online inference to offline learning. In this paper, we present AgileNN, a new NN offloading technique that achieves real-time NN inference on weak embedded devices by leveraging eXplainable AI techniques, so as to explicitly enforce feature sparsity during the training phase and minimize the online computation and communication costs. Experiment results show that AgileNN's inference latency is &amp;gt;6X lower than the existing schemes, ensuring that sensory data on embedded devices can be timely consumed. It also reduces the local device's resource consumption by &amp;gt;8X, without impairing the inference accuracy.&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time Neural Network Inference on Extremely Weak Devices: Agile Offloading with Explainable AI &lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Interoperability among a vast number of heterogeneous IoT nodes is a key issue. However, the communication among IoT nodes does not fully interoperate to date. The underlying reason is the lack of a lightweight and unified network architecture for IoT nodes having different radio technologies. In this paper, we design and implement TinyNet, a lightweight, modular, and unified network architecture for representative low-power radio technologies including 802.15.4, BLE, and LoRa. The modular architecture of TinyNet allows us to simplify the creation of new protocols by selecting specific modules in TinyNet. We implement TinyNet on realistic IoT nodes including TI CC2650 and Heltec IoT LoRa nodes. We perform extensive evaluations. Results show that TinyNet (1) allows interoperability at or above the network layer; (2) allows code reuse for multi-protocol co-existence and simplifies new protocols design by module composition; (3) has a small code size and memory footprint.&lt;br /&gt;
|confname=MobiSys 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3498361.3538919&lt;br /&gt;
|title=TinyNET: a lightweight, modular, and unified network architecture for the internet of things&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2591</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2591"/>
		<updated>2023-02-01T15:13:32Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3567652&lt;br /&gt;
|title=IoTree: a battery-free wearable system with biocompatible sensors for continuous tree health monitoring&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9373980&lt;br /&gt;
|title=An Online Framework for Joint Network Selection and Service Placement in Mobile Edge Computing&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3485730.3485938&lt;br /&gt;
|title=RT-mDL: Supporting Real-Time Mixed Deep Learning Tasks on Edge Platforms&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2590</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2590"/>
		<updated>2023-02-01T15:12:57Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar history&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3567652&lt;br /&gt;
|title=IoTree: a battery-free wearable system with biocompatible sensors for continuous tree health monitoring&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9373980&lt;br /&gt;
|title=An Online Framework for Joint Network Selection and Service Placement in Mobile Edge Computing&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3485730.3485938&lt;br /&gt;
|title=RT-mDL: Supporting Real-Time Mixed Deep Learning Tasks on Edge Platforms&lt;br /&gt;
|date=2022-11-25&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2585</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2585"/>
		<updated>2022-11-24T08:22:55Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2022-11-25 10:20'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = In this paper, we present a low-maintenance, wind-powered, battery-free, biocompatible, tree wearable, and intelligent sensing system, namely IoTree, to monitor water and nutrient levels inside a living tree. IoTree system includes tiny-size, biocompatible, and implantable sensors that continuously measure the impedance variations inside the living tree's xylem, where water and nutrients are transported from the root to the upper parts. The collected data are then compressed and transmitted to a base station located at up to 1.8 kilometers (approximately 1.1 miles) away. The entire IoTree system is powered by wind energy and controlled by an adaptive computing technique called block-based intermittent computing, ensuring the forward progress and data consistency under intermittent power and allowing the firmware to execute with the most optimal memory and energy usage. We prototype IoTree that opportunistically performs sensing, data compression, and long-range communication tasks without batteries. During in-lab experiments, IoTree also obtains the accuracy of 91.08% and 90.51% in measuring 10 levels of nutrients, NH3 and K2O, respectively. While tested with Burkwood Viburnum and White Bird trees in the indoor environment, IoTree data strongly correlated with multiple watering and fertilizing events. We also deployed IoTree on a grapevine farm for 30 days, and the system is able to provide sufficient measurements every day.&lt;br /&gt;
|confname=Mobicom2022&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3495243.3567652&lt;br /&gt;
|title=IoTree: a battery-free wearable system with biocompatible sensors for continuous tree health monitoring&lt;br /&gt;
|speaker=Pengfei}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = With the rapid development and deployment of 5G wireless technology, mobile edge computing (MEC) has emerged as a new computing paradigm to facilitate a large variety of infrastructures at the network edge to reduce user-perceived communication delay. One of the fundamental problems in this new paradigm is to preserve satisfactory quality-of-service (QoS) for mobile users in light of densely dispersed wireless communication environment and often capacity-constrained MEC nodes. Such user-perceived QoS, typically in terms of the end-to-end delay, is highly vulnerable to both access network bottleneck and communication delay. Previous works have primarily focused on optimizing the communication delay through dynamic service placement, while ignoring the critical effect of access network selection on the access delay. In this work, we study the problem of jointly optimizing the access network selection and service placement for MEC, with the objective of improving the QoS in a cost-efficient manner by judiciously balancing the access delay, communication delay, and service switching cost. Specifically, we propose an efficient online framework to decompose a long-term time-varying optimization problem into a series of one-shot subproblems. To address the NP-hardness of the one-shot problem, we design a computationally-efficient two-phase algorithm based on matching and game theory, which achieves a near-optimal solution. Both rigorous theoretical analysis on the optimality gap and extensive trace-driven simulations are conducted to validate the efficacy of our proposed solution.&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9373980&lt;br /&gt;
|title=An Online Framework for Joint Network Selection and Service Placement in Mobile Edge Computing&lt;br /&gt;
|speaker=Kun}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Recent years have witnessed an emerging class of real-time applications, e.g., autonomous driving, in which resource-constrained edge platforms need to execute a set of real-time mixed Deep Learning (DL) tasks concurrently. Such an application paradigm poses major challenges due to the huge compute workload of deep neural network models, diverse performance requirements of different tasks, and the lack of real-time support from existing DL frameworks. In this paper, we present RT-mDL, a novel framework to support mixed real-time DL tasks on edge platform with heterogeneous CPU and GPU resource. RT-mDL aims to optimize the mixed DL task execution to meet their diverse real-time/accuracy requirements by exploiting unique compute characteristics of DL tasks. RT-mDL employs a novel storage-bounded model scaling method to generate a series of model variants, and systematically optimizes the DL task execution by joint model variants selection and task priority assignment. To improve the CPU/GPU utilization of mixed DL tasks, RT-mDL also includes a new priority-based scheduler which employs a GPU packing mechanism and executes the CPU/GPU tasks independently. Our implementation on an F1/10 autonomous driving testbed shows that, RT-mDL can enable multiple concurrent DL tasks to achieve satisfactory real-time performance in traffic light detection and sign recognition. Moreover, compared to state-of-the-art baselines, RT-mDL can reduce deadline missing rate by 40.12% while only sacrificing 1.7% model accuracy.&lt;br /&gt;
|confname=Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3485730.3485938&lt;br /&gt;
|title=RT-mDL: Supporting Real-Time Mixed Deep Learning Tasks on Edge Platforms&lt;br /&gt;
|speaker=Jiajun}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2584</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2584"/>
		<updated>2022-11-24T08:03:31Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar history&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-11-08}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2582</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2582"/>
		<updated>2022-11-07T14:17:55Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2022-11-08 16:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Low Power Wide Area Networks (LPWAN) have become one of the key techniques to provide long-range, low-power communication for large-scale devices in the Internet of Things. However, LPWAN devices in real deployments (e.g.,in buildings and basements) suffer from low-quality links due to signal attenuation, leading to coverage holes and significant deployment overhead. In this work, we propose Ostinato to enable communication for weak links and to enhance the coverage for real deployments of COTS LoRa. The key idea of Ostinato is to transform the original packet to a pseudo packet with repeated symbols and to concentrate the energy of multiple symbols to enhance the signal SNR. To address practical challenges, we reverse engineer the entire coding and modulation process of LoRa and propose a method to generate repeated symbols on COTS LoRa by manipulating input data bits. Thus, Ostinato can be directly used for widely deployed LoRa nodes without hardware modification. We achieve weak packet detection, synchronization, and effective decoding on the receiver side by concentrating energy from multiple symbols with phase offsets. We implement Ostinato on Software Defined Radio (SDR) platform and extensively evaluate its performance. The evaluation results show that Ostinato achieves an 8.5 dB gain on receiving sensitivity and 2.88× gain on the coverage compared with COTS LoRa. &lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Mobile crowd sensing (MCS) is a promising paradigm which leverages sensor-embedded mobile devices to collect and share data. The key challenging issues in designing an MCS system include selecting appropriate users to participate in a specific sensing task and designing efficient data sensing and transmission policies for data aggregation. In mobile edge networks, the limitation on network resources including bandwidth and energy affects the design of MCS significantly. Specifically, the limited resources affect whether and how to select users for a sensing task, and the bandwidth allocated to a user affects its data sensing and transmission policies. Since user selection, bandwidth allocation, data sensing and transmission are closely coupled issues in MCS, we focus on designing a unified framework for joint sensing and communication in this paper, by jointly optimizing the aforementioned four policies under resource constraints. Simulation results show that the proposed unified framework significantly outperforms several baseline solutions without considering wireless link vulnerability and/or resource limitations.&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Federated learning (FL) has attracted growing attentions via data-private collaborative training on decentralized clients. However, most existing methods unrealistically assume object classes of the overall framework are fixed over time. It makes the global model suffer from significant catastrophic forgetting on old classes in real-world scenarios, where local clients often collect new classes continuously and have very limited storage memory to store old classes. Moreover, new clients with unseen new classes may participate in the FL training, further aggravating the catastrophic forgetting of global model. To address these challenges, we develop a novel Global-Local Forgetting Compensation (GLFC) model, to learn a global class-incremental model for alleviating the catastrophic forgetting from both local and global perspectives. Specifically, to address local forgetting caused by class imbalance at the local clients, we design a class-aware gradient compensation loss and a class-semantic relation distillation loss to balance the forgetting of old classes and distill consistent inter-class relations across tasks. To tackle the global forgetting brought by the non-i.i.d class imbalance across clients, we propose a proxy server that selects the best old global model to assist the local relation distillation. Moreover, a prototype gradient-based communication mechanism is developed to protect the privacy. Our model outperforms state-of-the-art methods by 4.4% 15.1% in terms of average accuracy on representative benchmark datasets. The code is available at https://github.com/conditionWang/FCIL.&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2581</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2581"/>
		<updated>2022-11-07T14:17:42Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2022-11-08 16:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Low Power Wide Area Networks (LPWAN) have become one of the key techniques to provide long-range, low-power communication for large-scale devices in the Internet of Things. However, LPWAN devices in real deployments (e.g.,in buildings and basements) suffer from low-quality links due to signal attenuation, leading to coverage holes and significant deployment overhead. In this work, we propose Ostinato to enable communication for weak links and to enhance the coverage for real deployments of COTS LoRa. The key idea&lt;br /&gt;
of Ostinato is to transform the original packet to a pseudo packet with repeated symbols and to concentrate the energy of multiple symbols to enhance the signal SNR. To address practical challenges, we reverse engineer the entire coding and modulation process of LoRa and propose a method to generate repeated symbols on COTS LoRa by manipulating input data bits. Thus, Ostinato can be directly used for widely deployed LoRa nodes without hardware modification. We achieve weak packet detection, synchronization, and effective decoding on the receiver side by concentrating energy from multiple symbols with phase offsets. We implement Ostinato on Software Defined Radio (SDR) platform and extensively evaluate its performance. The evaluation results show that Ostinato achieves an 8.5 dB gain on receiving sensitivity and 2.88× gain on the coverage compared with COTS LoRa. &lt;br /&gt;
|confname=ICNP2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DUT5aHYQ_LXjBxiBx-UEIAA&lt;br /&gt;
|title=Ostinato: Combating LoRa Weak Links in Real Deployments&lt;br /&gt;
|speaker=Wenliang}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Mobile crowd sensing (MCS) is a promising paradigm which leverages sensor-embedded mobile devices to collect and share data. The key challenging issues in designing an MCS system include selecting appropriate users to participate in a specific sensing task and designing efficient data sensing and transmission policies for data aggregation. In mobile edge networks, the limitation on network resources including bandwidth and energy affects the design of MCS significantly. Specifically, the limited resources affect whether and how to select users for a sensing task, and the bandwidth allocated to a user affects its data sensing and transmission policies. Since user selection, bandwidth allocation, data sensing and transmission are closely coupled issues in MCS, we focus on designing a unified framework for joint sensing and communication in this paper, by jointly optimizing the aforementioned four policies under resource constraints. Simulation results show that the proposed unified framework significantly outperforms several baseline solutions without considering wireless link vulnerability and/or resource limitations.&lt;br /&gt;
|confname=TMC2022&lt;br /&gt;
|link=https://eprints.gla.ac.uk/274277/1/274277.pdf&lt;br /&gt;
|title=A Unified Framework for Joint Sensing and Communication in Resource Constrained Mobile Edge Networks&lt;br /&gt;
|speaker=Xianyang}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Federated learning (FL) has attracted growing attentions via data-private collaborative training on decentralized clients. However, most existing methods unrealistically assume object classes of the overall framework are fixed over time. It makes the global model suffer from significant catastrophic forgetting on old classes in real-world scenarios, where local clients often collect new classes continuously and have very limited storage memory to store old classes. Moreover, new clients with unseen new classes may participate in the FL training, further aggravating the catastrophic forgetting of global model. To address these challenges, we develop a novel Global-Local Forgetting Compensation (GLFC) model, to learn a global class-incremental model for alleviating the catastrophic forgetting from both local and global perspectives. Specifically, to address local forgetting caused by class imbalance at the local clients, we design a class-aware gradient compensation loss and a class-semantic relation distillation loss to balance the forgetting of old classes and distill consistent inter-class relations across tasks. To tackle the global forgetting brought by the non-i.i.d class imbalance across clients, we propose a proxy server that selects the best old global model to assist the local relation distillation. Moreover, a prototype gradient-based communication mechanism is developed to protect the privacy. Our model outperforms state-of-the-art methods by 4.4% 15.1% in terms of average accuracy on representative benchmark datasets. The code is available at https://github.com/conditionWang/FCIL.&lt;br /&gt;
|confname=CVPR 2022&lt;br /&gt;
|link=https://openaccess.thecvf.com/content/CVPR2022/papers/Dong_Federated_Class-Incremental_Learning_CVPR_2022_paper.pdf&lt;br /&gt;
|title=Federated Class-Incremental Learning&lt;br /&gt;
|speaker=Jianqi}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2580</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2580"/>
		<updated>2022-11-07T14:09:26Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminar history&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-11-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2579</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2579"/>
		<updated>2022-10-31T03:30:34Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2022-11-01 16:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = With the wide adoption of AI applications, there is a pressing need of enabling real-time neural network (NN) inference on small embedded devices, but deploying NNs and achieving high performance of NN inference on these small devices is challenging due to their extremely weak capabilities. Although NN partitioning and offloading can contribute to such deployment, they are incapable of minimizing the local costs at embedded devices. Instead, we suggest to address this challenge via agile NN offloading, which migrates the required computations in NN offloading from online inference to offline learning. In this paper, we present AgileNN, a new NN offloading technique that achieves real-time NN inference on weak embedded devices by leveraging eXplainable AI techniques, so as to explicitly enforce feature sparsity during the training phase and minimize the online computation and communication costs. Experiment results show that AgileNN's inference latency is &amp;gt;6X lower than the existing schemes, ensuring that sensory data on embedded devices can be timely consumed. It also reduces the local device's resource consumption by &amp;gt;8X, without impairing the inference accuracy.&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Mobile robot-assisted book inventory such as book identification and book order detection has become increasingly popular in smart library, replacing the manual book inventory which is time-consuming and error-prone. The existing systems are either computer vision (CV)-based or RFID-based, however several limitations are inevitable. CV-based systems may not be able to identify books effectively due to low accuracy of detecting texts on book spine. RFID tags attached to books can be used to identify a book uniquely. However, in high tag density scenarios such as library, tag coupling effects of adjacent tags may seriously affect the accuracy of tag reading. To overcome these limitations, this paper presents a novel RFID and CV fusion system for Book Inventory using mobile robot (RC-BI). RFID and CV are first used individually to obtain book order, then the information will be fused by the sequence based matching algorithm to remove ambiguity and improve overall accuracy. Specifically, we address three technical challenges. We design a deep neural network (DNN) model with multiple inputs and mixed data to filter out interference of RFID tags on other tiers, and propose a video information extracting schema to extract book spine information accurately, and use strong link to align and match RFID- and CV-based timestamp vs. book-name sequences to avoid errors during fusion. Extensive experiments indicate that our system achieves an average accuracy of 98.4% for tier filtering and an average accuracy of 98.9% for book order, significantly outperforming the state-of-the-arts.&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2578</id>
		<title>Resource:Seminar</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Seminar&amp;diff=2578"/>
		<updated>2022-10-31T03:30:10Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: wenliang updates seminars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SemNote&lt;br /&gt;
|time='''2022-10-25 16:30'''&lt;br /&gt;
|addr=4th Research Building A527-B&lt;br /&gt;
|note=Useful links: [[Resource:Reading_List|Readling list]]; [[Resource:Seminar_schedules|Schedules]]; [[Resource:Previous_Seminars|Previous seminars]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Latest===&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = With the wide adoption of AI applications, there is a pressing need of enabling real-time neural network (NN) inference on small embedded devices, but deploying NNs and achieving high performance of NN inference on these small devices is challenging due to their extremely weak capabilities. Although NN partitioning and offloading can contribute to such deployment, they are incapable of minimizing the local costs at embedded devices. Instead, we suggest to address this challenge via agile NN offloading, which migrates the required computations in NN offloading from online inference to offline learning. In this paper, we present AgileNN, a new NN offloading technique that achieves real-time NN inference on weak embedded devices by leveraging eXplainable AI techniques, so as to explicitly enforce feature sparsity during the training phase and minimize the online computation and communication costs. Experiment results show that AgileNN's inference latency is &amp;gt;6X lower than the existing schemes, ensuring that sensory data on embedded devices can be timely consumed. It also reduces the local device's resource consumption by &amp;gt;8X, without impairing the inference accuracy.&lt;br /&gt;
|confname=MobiCom 2022&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3495243.3560551&lt;br /&gt;
|title=Real-time neural network inference on extremely weak devices: agile offloading with explainable AI&lt;br /&gt;
|speaker=Crong}}&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
|abstract = Mobile robot-assisted book inventory such as book identification and book order detection has become increasingly popular in smart library, replacing the manual book inventory which is time-consuming and error-prone. The existing systems are either computer vision (CV)-based or RFID-based, however several limitations are inevitable. CV-based systems may not be able to identify books effectively due to low accuracy of detecting texts on book spine. RFID tags attached to books can be used to identify a book uniquely. However, in high tag density scenarios such as library, tag coupling effects of adjacent tags may seriously affect the accuracy of tag reading. To overcome these limitations, this paper presents a novel RFID and CV fusion system for Book Inventory using mobile robot (RC-BI). RFID and CV are first used individually to obtain book order, then the information will be fused by the sequence based matching algorithm to remove ambiguity and improve overall accuracy. Specifically, we address three technical challenges. We design a deep neural network (DNN) model with multiple inputs and mixed data to filter out interference of RFID tags on other tiers, and propose a video information extracting schema to extract book spine information accurately, and use strong link to align and match RFID- and CV-based timestamp vs. book-name sequences to avoid errors during fusion. Extensive experiments indicate that our system achieves an average accuracy of 98.4% for tier filtering and an average accuracy of 98.9% for book order, significantly outperforming the state-of-the-arts.&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9796711&lt;br /&gt;
|title=An RFID and Computer Vision Fusion System for Book Inventory using Mobile Robot&lt;br /&gt;
|speaker=Zhuoliu}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
{{Resource:Previous_Seminars}}&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
	<entry>
		<id>http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2577</id>
		<title>Resource:Previous Seminars</title>
		<link rel="alternate" type="text/html" href="http://mobinets.cn/site/index.php?title=Resource:Previous_Seminars&amp;diff=2577"/>
		<updated>2022-10-31T03:26:43Z</updated>

		<summary type="html">&lt;p&gt;Wenliang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====2022====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3447993.3448631&lt;br /&gt;
|title=One Tag, Two Codes: Identifying Optical Barcodes with NFC&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Jiangshu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9444334&lt;br /&gt;
|title=Service Coverage for Satellite Edge Computing&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Qinyong}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2203.10470&lt;br /&gt;
|title=EdgeMatrix: A Resources Redefined Edge-Cloud System for Prioritized Services&lt;br /&gt;
|date=2022-10-25&lt;br /&gt;
|speaker=Xinyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DXDTOyEQ_LXjBxiLjt8EIAA&lt;br /&gt;
|title=CONST: Exploiting Spatial-Temporal Correlation for Multi-Gateway based Reliable LoRa Reception&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobicom 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2206.07509.pdf&lt;br /&gt;
|title=Mandheling: Mixed-Precision On-Device DNN Training with DSP Offloading&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9151371&lt;br /&gt;
|title=Imitation Learning Enabled Task Scheduling for Online Vehicular Edge Computing&lt;br /&gt;
|speaker=Zhenguo&lt;br /&gt;
|date=2022-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3241539.3241543&lt;br /&gt;
|title=ChromaCode: A Fully Imperceptible Screen-Camera Communication System&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Mengyu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9673682&lt;br /&gt;
|title=MVPose:Realtime Multi-Person Pose Estimation using Motion Vector on Mobile Devices&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Silence}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9352566&lt;br /&gt;
|title=Optimizing Energy Consumption of Mobile Games&lt;br /&gt;
|date=2022-10-10&lt;br /&gt;
|speaker=Luwei}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|abstract = Recent advances in network and mobile computing. &lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=[Resource:Paper Carnival 2022|Paper Carnival 2022&lt;br /&gt;
|title=]&lt;br /&gt;
|speaker=all&lt;br /&gt;
|date=2022-9-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488756&lt;br /&gt;
|title=Resource-Efficient Federated Learning with Hierarchical Aggregation in Edge Computing&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9546452&lt;br /&gt;
|title=Gillis: Serving Large Neural Networks in Serverless Functions with Automatic Model Partitioning&lt;br /&gt;
|speaker=Kun Wang&lt;br /&gt;
|date=2022-6-27&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DWeMmMMQrvr2CBivtsYEIAA&lt;br /&gt;
|title=Multi-Agent Distributed Reinforcement Learningfor Making Decentralized Ofﬂoading Decisions&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-6-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3485730.3485929&lt;br /&gt;
|title=FedMask: Joint Computation and Communication-Efficient Personalized Federated Learning via Heterogeneous Masking&lt;br /&gt;
|speaker=Xinyu&lt;br /&gt;
|date=2022-6-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= Sensys 2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/sensys21-li.pdf&lt;br /&gt;
|title=NELoRa: Towards Ultra-low SNR LoRa Communication with Neural-enhanced Demodulation&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-6-6&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SenSys 2021&lt;br /&gt;
|link=https://www.egr.msu.edu/~mizhang/papers/2021_SenSys_Mercury.pdf&lt;br /&gt;
|title=Mercury: Efficient On-Device Distributed DNN Training via Stochastic Importance Sampling&lt;br /&gt;
|speaker=Jiajun&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ATC 2020&lt;br /&gt;
|link=https://www.usenix.org/system/files/atc20-tsai.pdf&lt;br /&gt;
|title=Disaggregating Persistent Memory and Controlling Them Remotely: An Exploration of Passive Disaggregated Key-Value Stores&lt;br /&gt;
|speaker=Qinyong&lt;br /&gt;
|date=2022-5-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9184260&lt;br /&gt;
|title= Measurement Errors in Range-Based Localization Algorithms for UAVs: Analysis and Experimentation&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488426&lt;br /&gt;
|title=AMIS:EdgeComputingBasedAdaptiveMobileVideoStreaming&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-5-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472893&lt;br /&gt;
|title= XLINK: QoE-driven multi-path QUIC transport in large-scale video services&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IoTJ 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9612588&lt;br /&gt;
|title=Stepwise Refinement Provenance Scheme for Wireless Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2022-5-9&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IPSN 2022&lt;br /&gt;
|link=http://www.carloalbertoboano.com/documents/yang22emu.pdf&lt;br /&gt;
|title= EMU: Increasing the Performance and Applicability of LoRa through Chirp Emulation, Snipping, and Multiplexing&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-chen_jun_lin.pdf&lt;br /&gt;
|title=Starlight: Fast Container Provisioning on the Edge and over the WAN&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2022-4-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= AAAI 2022&lt;br /&gt;
|link=https://www.aaai.org/AAAI22Papers/AAAI-6846.YueT.pdf&lt;br /&gt;
|title= FedProto: Federated Prototype Learning across Heterogeneous Clients&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2022-4-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-xu_jingao.pdf&lt;br /&gt;
|title=SwarmMap: Scaling Up Real-time Collaborative Visual SLAM at the Edge&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2022-4-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2022&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi22-paper-li_chenning.pdf&lt;br /&gt;
|title=CurvingLoRa to Boost LoRa Network Throughput  via Concurrent Transmission&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom22-li.pdf&lt;br /&gt;
|title=CurveALOHA: Non-linear Chirps Enabled High Throughput Random Channel Access for LoRa&lt;br /&gt;
|speaker=Xiong&lt;br /&gt;
|date=2022-4-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://arxiv.org/pdf/2112.11818v1.pdf&lt;br /&gt;
|title=Decentralized Task Offloading in Edge Computing: A Multi-User Multi-Armed Bandit Approach&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://www2.cs.sfu.ca/~jcliu/Papers/casva22.pdf&lt;br /&gt;
|title=CASVA: Configuration-Adaptive Streaming for Live Video Analytics&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2022-4-8&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2022&lt;br /&gt;
|link=https://xiaolongbupt.github.io/homepage_files/%5BPaper%5DWiRa_INFOCOM2022.pdf&lt;br /&gt;
|title=WiRa: Enabling Cross-Technology Communication from WiFi to LoRa with IEEE 802.11ax&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488843&lt;br /&gt;
|title=EdgeDuet: Tiling Small Object Detection for Edge Assisted Autonomous Mobile Vision&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2022-3-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488741&lt;br /&gt;
|title=Edge-assisted Online On-device Object Detection for Real-time Video Analytics&lt;br /&gt;
|speaker=Silence&lt;br /&gt;
|date=2022-3-4&lt;br /&gt;
}}&lt;br /&gt;
====2021====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3447993.3483274&lt;br /&gt;
|title=Flexible high-resolution object detection on edge devices with tunable latency&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TPDS 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9497712&lt;br /&gt;
|title=Energy-Efficient Offloading for DNN-Based Smart IoT Systems in Cloud-Edge Environments&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TMC 2022&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9119834&lt;br /&gt;
|title=Objective-Variable Tour Planning for Mobile Data Collection in Partitioned Sensor Networks&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-12-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3372224.3419193&lt;br /&gt;
|title=Nephalai: towards LPWAN C-RAN with physical layer compression&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/10.1145/3447993.3483242&lt;br /&gt;
|title=EMP: edge-assisted multi-vehicle perception&lt;br /&gt;
|speaker=Jiangshu&lt;br /&gt;
|date=2021-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21spring-xu.pdf&lt;br /&gt;
|title=Move Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ICML 2021&lt;br /&gt;
|link= https://arxiv.org/pdf/2105.10056.pdf&lt;br /&gt;
|title=Data-Free Knowledge Distillation for Heterogeneous Federated Learning&lt;br /&gt;
|speaker=Jianqi&lt;br /&gt;
|date=2021-12-10&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=939476&lt;br /&gt;
|title=OMUS: Efficient Opportunistic Routing in Multi-Modal Underwater Sensor Networks&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3447993.3483250&lt;br /&gt;
|title=Combating link dynamics for reliable lora connection in urban settings&lt;br /&gt;
|speaker=Wangxiong&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-12-3&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9505263&lt;br /&gt;
|title=Mega Satellite Constellation System Optimization: From Network Control Structure Perspective&lt;br /&gt;
|speaker=Shiqi&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= TWC 2021&lt;br /&gt;
|link= https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9357996&lt;br /&gt;
|title=Distance-Aware Relay Selection in an Energy-Efficient Discovery Protocol for 5G D2D Communication&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= ToN &lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9525630&lt;br /&gt;
|title=Adaptive Conﬁguration Selection and Bandwidth Allocation for Edge-Based Video Analytics&lt;br /&gt;
|speaker=Rong&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= MobiCom'21&lt;br /&gt;
|link= https://dl.acm.org/doi/abs/10.1145/3447993.3483268&lt;br /&gt;
|title=PCube: scaling LoRa concurrent transmissions with reception diversities&lt;br /&gt;
|speaker=Kaiwen&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname= IMWUT 2021&lt;br /&gt;
|link= https://dl.acm.org/doi/pdf/10.1145/3478117&lt;br /&gt;
|title=A City-Wide Crowdsourcing Delivery System with Reinforcement Learning&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-11-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9546470/&lt;br /&gt;
|title=Defuse: A Dependency-Guided Function Scheduler to Mitigate Cold Starts on FaaS Platforms&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICLR 2021&lt;br /&gt;
|link=https://paperswithcode.com/paper/fedmix-approximation-of-mixup-under-mean-1&lt;br /&gt;
|title=FedMix: Approximation of Mixup under Mean Augmented Federated Learning&lt;br /&gt;
|speaker=Jianqi Liu&lt;br /&gt;
|date=2021-11-05&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9488721&lt;br /&gt;
|title=Enhanced Flooding-Based Routing Protocol for Swarm UAV Networks: Random Network Coding Meets Clustering&lt;br /&gt;
|speaker=Luwei&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IEEE Communications Surveys &amp;amp; Tutorials 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8386758&lt;br /&gt;
|title=Routing in Multi-Hop Cellular Device-to-Device(D2D) Networks: A Survey&lt;br /&gt;
|speaker=Wenjie&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-landa.pdf&lt;br /&gt;
|title=Staying Alive: Connection Path Reselection at the Edge&lt;br /&gt;
|speaker=Zhuoliu&lt;br /&gt;
|date=2021-10-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/9488714&lt;br /&gt;
|title=PolarTracker: Attitude-aware Channel Access for Floating Low Power Wide Area Networks&lt;br /&gt;
|speaker=Wenliang&lt;br /&gt;
|date=2021-10-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3452296.3472897&lt;br /&gt;
|title=Hoplite: efficient and fault-tolerant collective communication for task-based distributed systems&lt;br /&gt;
|speaker=Xianyang&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-tollman.pdf&lt;br /&gt;
|title=EPaxos Revisited&lt;br /&gt;
|speaker=Jianfei&lt;br /&gt;
|date=2021-10-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom 2021&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3447993.3448630&lt;br /&gt;
|title=A community-driven approach to democratize access to satellite ground stations&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI 2021&lt;br /&gt;
|link=https://www.usenix.org/system/files/nsdi21-huang.pdf&lt;br /&gt;
|title=Toward Nearly-Zero-Error Sketching via Compressive Sensing&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-09-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9055089&lt;br /&gt;
|title=Real-Time Detection for Drowsy Driving via Acoustic Sensing on Smartphones&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiHoc2021&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3466772.3467054&lt;br /&gt;
|title=DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9386238&lt;br /&gt;
|title=D2D-Enabled Mobile-Edge Computation Offloading for Multiuser IoT Network&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-09-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=https://mobinets.cn/site/Resource:Paper_Carnival_2021&lt;br /&gt;
|title= Sharing the state-of-the-art research works &lt;br /&gt;
|speaker=All&lt;br /&gt;
|date=2021-09-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9259397&lt;br /&gt;
|title= SCLoRa: Leveraging Multi-Dimensionality in Decoding Collided LoRa Transmissions&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425938&lt;br /&gt;
|title= &amp;quot;Internet from Space&amp;quot; without Inter-satellite Links?&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotNets'2020&lt;br /&gt;
|link=https://dl.acm.org/doi/pdf/10.1145/3422604.3425926&lt;br /&gt;
|title= A Distributed and Hybrid Ground Station Network for Low Earth Orbit Satellites&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Path Reconstruction in Wireless Network&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://www.jianguoyun.com/p/DfMXogcQ_LXjBxiz6PkD&lt;br /&gt;
|title= Mobility- and Load-Adaptive Controller Placement and Assignment in LEO Satellite Networks&lt;br /&gt;
|speaker=Linyuanqi Zhang&lt;br /&gt;
|date=2021-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title= Data Storage Management at Edge &lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CONEXT Workshop 2019&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3359993.3366644&lt;br /&gt;
|title=Edge Data Repositories - The design of a store-process-send system at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=HotEdge 2018&lt;br /&gt;
|link=https://www.usenix.org/conference/hotedge18/presentation/psaras&lt;br /&gt;
|title=Mobile Data Repositories at the Edge&lt;br /&gt;
|speaker=Rong CONG&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM 2021&lt;br /&gt;
|link=https://www.researchgate.net/publication/346643946_Store_Edge_Networked_Data_SEND_A_Data_and_Performance_Driven_Edge_Storage_Framework&lt;br /&gt;
|title=Store Edge Networked Data(SEND): A Data and Performance Driven Edge Storage Framework&lt;br /&gt;
|speaker=Jiangshu Liu&lt;br /&gt;
|date=2021-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9200665&lt;br /&gt;
|title=Partial Computation Offloading and Adaptive Task Scheduling for 5G-enabled Vehicular Networks&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Jianfei Zhang&lt;br /&gt;
|date=2021-05-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=http://wrap.warwick.ac.uk/145720/1/WRAP-trust-trackers-computation-offloading-edge-based-IoT-networks-Bradbury-2020.pdf&lt;br /&gt;
|title=Trust Trackers for Computation Offloading in Edge-Based IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'2021&lt;br /&gt;
|link=https://cse.msu.edu/~caozc/papers/infocom21-liu.pdf&lt;br /&gt;
|title=Jamming of LoRa PHY and Countermeasure&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2021-05-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430770&lt;br /&gt;
|title=SLoRa:Towards Secure LoRa Communications with Fine-grained Physical Layer Features&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2021-04-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3384419.3430731&lt;br /&gt;
|title=Combating interference for long range LoRa sensing&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TechReport&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=MA Ced federated learning&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2021-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=9238415&lt;br /&gt;
|title= Energy-Efficient and Delay-Fair Mobile Computation Offloading    &lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TVT'2020&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8840972&lt;br /&gt;
|title= A Utility Model for Photo Selection in Mobile Crowdsensing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2021-4-7&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8960404&lt;br /&gt;
|title= An Application Placement Technique for Concurrent IoT Applications in Edge and Fog Computing Environments&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'2021&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8945405&lt;br /&gt;
|title= Multi-Task Allocation Under Time Constraints in Mobile Crowdsensing&lt;br /&gt;
|speaker=Luwei Fu&lt;br /&gt;
|date=2021-3-30&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2020====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'20&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/9078842/&lt;br /&gt;
|title=A Fuzzy Logic-based On-demand Charging Algorithm for Wireless Rechargeable Sensor Networks with Multiple Chargers&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Two problems about my work: data collection and mobile charging scheme&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2020-11-19&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=The path planning algorithm for multiple mobile edge servers in EdgeGO&lt;br /&gt;
|speaker=Rong Cong&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Mobisys20&lt;br /&gt;
|link=https://dl.acm.org/doi/10.1145/3386901.3388913&lt;br /&gt;
|title=Combating packet collisions using non-stationary signal scaling in LPWANs&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=&lt;br /&gt;
|title=Dependency-Aware and Latency-Optimal Service Cache in Edge networks&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2020-11-18&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=talk&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title=[[Resource:Paper_Carnival_2020|Paper Carnival 2020]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2020-09-24,25,26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://infocom2020.ieee-infocom.org/accepted-paper-list-main-conference&lt;br /&gt;
|title=Optimizing Federated Learning on Non-IID Data with Reinforcement Learning&lt;br /&gt;
|speaker=YuHong Jiang&lt;br /&gt;
|date = 2020-5-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/pdf/2002.11850&lt;br /&gt;
|title=Joint Optimization of Signal Design and Resource Allocation in Wireless D2D Edge Computing&lt;br /&gt;
|speaker=Shiqi Hu&lt;br /&gt;
|date=2020-4-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://www4.comp.polyu.edu.hk/~csyqzheng/papers/LiteNap-INFOCOM20.pdf&lt;br /&gt;
|title=LiteNap: Downclocking LoRa Reception&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2020-4-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'20&lt;br /&gt;
|link=https://arxiv.org/abs/2002.02596&lt;br /&gt;
|title=Delay-Optimal Distributed Edge Computing in Wireless Edge Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date= 2020-3-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoTJ 2018&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8371243&lt;br /&gt;
|title=Over-the-Air Computation for IoT Networks: Computing Multiple Functions With Antenna Arrays&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2020-3-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'19&lt;br /&gt;
|link=https://dl.acm.org/doi/abs/10.1145/3341302.3342081&lt;br /&gt;
|title=RF-based Inertial Measurement&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2020-3-16&lt;br /&gt;
}}&lt;br /&gt;
====2019====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/3i4wf2M7nD3nbkXbcbx1Do/5ZUGADKwrq6X0AzD4emr9c.pdf&lt;br /&gt;
|title=FRAME: Fault Tolerant and Real-Time Messaging for Edge Computing&lt;br /&gt;
|speaker=Xiaosong Wang&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8737456&lt;br /&gt;
|title=Intelligent Edge-Assisted Crowdcast with Deep Reinforcement Learning for Personalized QoE&lt;br /&gt;
|speaker=Hengwei Deng&lt;br /&gt;
|date=2019-12-25&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ieee communications magazine'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8466366&lt;br /&gt;
|title=Orchestration of Microservices for IoT Using Docker and Edge Computing&lt;br /&gt;
|speaker=Changsheng Liu&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Computer Science'13&lt;br /&gt;
|link=https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf&lt;br /&gt;
|title=Playing Atari with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Jie Zhang&lt;br /&gt;
|date=2019-12-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'19&lt;br /&gt;
|link=https://icnp19.cs.ucr.edu/proceedings/MainConference/FullPapers/icnp2019-final8.pdf&lt;br /&gt;
|title=Exploiting Rateless Codes and Cross-Layer Optimization for Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Silin Feng&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/yzgM12TqeMYjWMqMhtP8N/7zRQAZeZ0fbS1oMqRXu5YR.pdf&lt;br /&gt;
|title=DMRA: A Decentralized Resource Allocation Scheme for Multi-SP Mobile Edge Computing&lt;br /&gt;
|speaker=Jiwei Mo&lt;br /&gt;
|date=2019-11-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=http://www.winlab.rutgers.edu/~luyang/papers/mobicom19_augmented_reality.pdf&lt;br /&gt;
|title=Edge Assisted Real-time Object Detection for MobileAugmented Reality&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'20&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Frequency Configuration for Low-Power Wide-Area Networks in a Heartbeat&lt;br /&gt;
|speaker=Xiong Wang&lt;br /&gt;
|date=2019-11-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiSys'16&lt;br /&gt;
|link=https://www.microsoft.com/en-us/research/publication/mobility-modeling-prediction-bike-sharing-systems-2/&lt;br /&gt;
|title=Mobility Modeling and Prediction in Bike-Sharing Systems&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=LoRa Localization&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-10-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'19&lt;br /&gt;
|link=https://people.cs.uchicago.edu/~junchenj/docs/E2E_Sigcomm19.pdf&lt;br /&gt;
|title=E2E: Embracing User Heterogeneity to ImproveQuality of Experience on the Web&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://www.cse.ust.hk/~weiwa/papers/cmfl-icdcs19.pdf&lt;br /&gt;
|title=CMFL: Mitigating Communication Overhead for Federated Learning&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-10-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar#&lt;br /&gt;
|title=Report on LoRa reliable protocols&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICDCS'19&lt;br /&gt;
|link=https://conferences.computer.org/icdcs/2019/pdfs/ICDCS2019-49XpIlu3rRtYi2T0qVYnNX/4s7uYmRKCj0LsGXo56pEeY/6q2XcJvusaWopfasaMSRAA.pdf&lt;br /&gt;
|title=Computation Offloading for Mobile-Edge Computing with Multi-user&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-10-16&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Paper_Carnival_2019&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Paper_Carnival_2019&lt;br /&gt;
|title= [[Resource:Paper_Carnival_2019|Paper Carnival 2019]]&lt;br /&gt;
|speaker=ALL&lt;br /&gt;
|date=2019-09-28,29,30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://netarchlab.tsinghua.edu.cn/~junbi/INFOCOM2019-1.pdf&lt;br /&gt;
|title=Octans: Optimal Placement of Service Function Chains in Many-Core Systems&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8737660&lt;br /&gt;
|title=Adaptive Interference-Aware VNF Placement for Service-Customized 5G Network Slices&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2019-05-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Tech. Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Recent progress and further trends on EdgeCloudSim&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'19&lt;br /&gt;
|link=https://arxiv.org/pdf/1812.03103.pdf&lt;br /&gt;
|title=mD-Track: Leveraging Multi-Dimensionality for Passive Indoor Wi-Fi Tracking&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Correctness and Performance for Stateful Chained Network Functions&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2019-04-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Charging Oriented Sensor Placement and Flexible Scheduling in Rechargeable WSN&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'13&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Developing a Predictive Model of Quality of Experience for Internet Video&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2019-04-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Brush like a Dentist: Accurate Monitoring of Toothbrushing via Wrist-Worn Gesture Sensing&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Nomad: An Efficient Consensus Approach for Latency-Sensitive Edge-Cloud Applications&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-03-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Winning at the Starting Line: Joint Network Selection and Service Placement for Mobile Edge Computing&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'19&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Interference Recycling: Exploiting Interfering Signals to Enhance Data Transmission&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2019-03-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modeling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2019-01-04&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2018====&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SIGCOMM'18&lt;br /&gt;
|link=https://conferences.sigcomm.org/events/apnet2018/papers/elastic_sketch.pdf&lt;br /&gt;
|title=Elastic Sketch: Adaptive and Fast Network-wide Measurements&lt;br /&gt;
|speaker=Wenliang Mao&lt;br /&gt;
|date=2018-12-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/7458131/&lt;br /&gt;
|title=Performance analysis of mobile data offloading in heterogeneous networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=COMST'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8430735/&lt;br /&gt;
|title=Small Cells in the Forthcoming 5G/IoT: Traffic Modelling and Deployment Overview&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-12-06&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7272098/&lt;br /&gt;
|title=A Reliability-Augmented Particle Filter for Magnetic Fingerprinting based Indoor Localization on Sma&lt;br /&gt;
|speaker=Wenjie Huang&lt;br /&gt;
|date=2018-11-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8519737&lt;br /&gt;
|title=A Distributed Computation Offloading Strategy in Small-Cell Networks Integrated With Mobile Edge Computing&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ICNP'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8526830&lt;br /&gt;
|title=Networking Support For Physical-Layer Cross-Technology Communication&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-11-23&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IoT Journal'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=8361406&lt;br /&gt;
|title=Mobile-Edge Computation Offloading for Ultra-Dense IoT Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'17&lt;br /&gt;
|link=http://mpc.ece.utexas.edu/media/uploads/publishing/blend_ipsn17.pdf&lt;br /&gt;
|title=BLEnd: Practical Continuous Neighbor Discovery for Bluetooth Low Energy&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-11-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Topic&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=LoRa Applications (two papers)&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8476204&lt;br /&gt;
|title=Static and Mobile Target k-Coverage in Wireless Rechargeable Sensor Networks&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-10-19&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=EWSN'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3108015&lt;br /&gt;
|title=MOR: Multichannel Opportunistic Routing for Wireless Sensor Networks&lt;br /&gt;
|speaker=Xuan Yang&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7874147&lt;br /&gt;
|title= Hermes: Latency Optimal Task Assignment for Resource-constrained Mobile Computing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-10-12&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.youtube.com/watch?v=e02p7813kN8&lt;br /&gt;
|title=FoggyCache: Cross-Device Approximate Computation Reuse&lt;br /&gt;
|speaker=Jingwei Li&lt;br /&gt;
|date=2018-09-30&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8406950/&lt;br /&gt;
|title=Knowledge-centric proactive edge caching over mobile content distribution network&lt;br /&gt;
|speaker=Anqi Yang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'18&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/8443421/&lt;br /&gt;
|title=Enhancing Video Rate Adaptation with Mobile Edge Computing and Caching in Software-defined Mobile Ne&lt;br /&gt;
|speaker=Yuhong Jiang&lt;br /&gt;
|date=2018-09-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://netlab.dcs.gla.ac.uk/uploads/files/4239e2a52ef02c46fbdccb8ad0de1448.pdf&lt;br /&gt;
|title=Dynamic,Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|speaker=Latency-Optimal vNF Placement at the Network Edge&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TMC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/abstract/document/7572937/&lt;br /&gt;
|title=Neighbor Discovery and Rendezvous Maintenance with Extended Quorum Systems for Mobile Applications&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-09-14&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/seminar/carnival18mns/program.pdf&lt;br /&gt;
|title=3-day discussion on recent papers in wireless,networking and mobile&lt;br /&gt;
|speaker=networking and mobile&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Chang Shu}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207955&lt;br /&gt;
|title=Charm: Exploiting Geographical Diversity Through Coherent Combining in Low-Power Wide-Area Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://grid.hust.edu.cn/fmliu/vnf-scaling-infocom1&lt;br /&gt;
|title=Adaptive VNF Scaling and Flow Routing with Proactive Demand Prediction&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-06-15&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8004165/&lt;br /&gt;
|title=The Algorithmic Aspects of Network Slicing&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=IPSN'18&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3207954&lt;br /&gt;
|title=Continuous Wireless Link Rates for Internet of Things&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2018-06-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://www.researchgate.net/publication/325190993&lt;br /&gt;
|title=TwinBee: Reliable Physical-Layer Cross-Technology Communication with Symbol-Level Coding&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Invited Tech.Rep.&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Report on recent research progress&lt;br /&gt;
|speaker=Songfan Li&lt;br /&gt;
|date=2018-06-01&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=Scheduling Algorithms for Resource-Constrained Systems&lt;br /&gt;
|speaker=Prof. Dakai Zhu from UTSA&lt;br /&gt;
|date=2018-05-28&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CVPR'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8099631/&lt;br /&gt;
|title=Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=http://people.umass.edu/hcai/&lt;br /&gt;
|title=Self-Adapting Quorum-Based Neighbor Discovery in Wireless Sensor Networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2018-05-21&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Special Session&lt;br /&gt;
|link=http://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
|title=From Location to Activity: Human-centric Sensing and Analytics&lt;br /&gt;
|speaker=Prof. Tao Gu&lt;br /&gt;
|date=2018-05-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=#&lt;br /&gt;
|title=LipPass: Lip Reading-based User Authentication on Smartphones Leveraging Acoustic Signals&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=https://ieeexplore.ieee.org/document/8058433&lt;br /&gt;
|title=QoE-Aware and Reliable Traffic Steering for Service Function Chaining in Mobile Networks&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2018-04-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=JSAC'17&lt;br /&gt;
|link=http://rboutaba.cs.uwaterloo.ca/Papers/Journals/20&lt;br /&gt;
|title=Distributed Service Function Chaining&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1801.05868&lt;br /&gt;
|title=Joint Service Caching and Task Offloading for Mobile Edge Computing in Dense Networks&lt;br /&gt;
|speaker=Zi Wang&lt;br /&gt;
|date=2018-04-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'18&lt;br /&gt;
|link=https://arxiv.org/pdf/1712.06056.pdf&lt;br /&gt;
|title=One-Hop Out-of-Band Control Planes for Low-Power Multi-Hop Wireless Networks&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2018-03-16&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'16&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/8e22/6c40a8c056dc&lt;br /&gt;
|title=OpenBox: A Software-De?ned Framework for Developing,Deploying,and Managing Network Functions&lt;br /&gt;
|speaker=Deploying&lt;br /&gt;
|date=and Managing Network Functions&amp;lt;/a&amp;gt;}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://pdfs.semanticscholar.org/fa3b/9634b6057b3f&lt;br /&gt;
|title=Empowering Low-Power Wide Area Networks in Urban Settings&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2018-02-02&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ComMag16&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/81988&lt;br /&gt;
|title=Hypergraph Theory: Applications in 5G Heterogeneous Ultra-Dense Networks&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TCST'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/abstract/document/82372&lt;br /&gt;
|title=Optimal UAV Route Planning for Coverage Search of Stationary Target in River&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2018-01-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====2017====&lt;br /&gt;
&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://www.ntu.edu.sg/home/junluo/documents/Refle&lt;br /&gt;
|title=ReflexCode: Coding with Superposed Reflection Light for LED-Camera Communication&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-12-08&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=Proc. IEEE 2016&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7423655/&lt;br /&gt;
|title=Using Smart Edge IoT Devices for Safer,Rapid Response With Industry IoT Control Operations&lt;br /&gt;
|speaker=Rapid Response With Industry IoT Control Operations&amp;lt;/a&amp;gt;&lt;br /&gt;
|date=Minghang Yang}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057039/&lt;br /&gt;
|title=Approximation Algorithms for The NFV Service Distribution Problem&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CCS'17&lt;br /&gt;
|link=https://endchan.xyz/.media/50cf379143925a3926298f8&lt;br /&gt;
|title=DolphinAtack: Inaudible Voice Commands&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-11-24&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NSDI'17&lt;br /&gt;
|link=https://www.usenix.org/conference/nsdi17/technical&lt;br /&gt;
|title=Improving User Perceived Page Load Times Using Gaze&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=CoNEXT'16&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=2999602&lt;br /&gt;
|title=Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-11-17&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/citation.cfm?id=3117843&lt;br /&gt;
|title=PassiveVLC: Enabling Practical Visible Light Backscatter Communication for Battery-free IoT Applicat&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/8057229/&lt;br /&gt;
|title=Service Chain Embedding with Maximum Flow in Software-defined Network and Application to The Next-Ge&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-11-10&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumbe&lt;br /&gt;
|title=BAC: Bandwidth-Aware Compression for EfficientLive Migration of Virtual Machines&lt;br /&gt;
|speaker=Yunpeng Han&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://dl.acm.org/ft_gateway.cfm?id=3117816&amp;amp;ftid=&lt;br /&gt;
|title=WEBee: Physical-Layer Cross-Technology Communication via Emulation&lt;br /&gt;
|speaker=Shuowei Chen&lt;br /&gt;
|date=2017-11-03&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains&lt;br /&gt;
|speaker=Hui Cao&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'17&lt;br /&gt;
|link=https://kabru.eecs.umich.edu/wordpress/wp-content/&lt;br /&gt;
|title=Continuous Authentication for Voice Assistants&lt;br /&gt;
|speaker=Heng Yuan&lt;br /&gt;
|date=2017-10-27&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TWC'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7929399/&lt;br /&gt;
|title=Computation Offloading and Resource Allocation in Wireless Cellular Networks With Mobile Edge Computing&lt;br /&gt;
|speaker=Xinyuan Huang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=ToN'17&lt;br /&gt;
|link=http://ieeexplore.ieee.org/document/7784410/&lt;br /&gt;
|title=Chase: Taming concurrent broadcast for flooding in asynchronous duty cycle networks&lt;br /&gt;
|speaker=Minghang Yang&lt;br /&gt;
|date=2017-10-20&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=TOSN'17&lt;br /&gt;
|link=http://www.comp.nus.edu.sg/~mobashir/Resources/Pap&lt;br /&gt;
|title=Improving Performance of Synchronous Transmission-Based Protocols Using Capture Effect over Multicha&lt;br /&gt;
|speaker=Luqi Yang&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=http://conferences.sigcomm.org/sigcomm/2017/files/&lt;br /&gt;
|title=Dynamic Service Chaining with Dysco&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-10-13&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=http://personal.stevens.edu/~ychen6/papers/ER%20Ea&lt;br /&gt;
|title=ER: Early Recognition of Inattentive Driving Leveraging Audio Devices on Smartphones&lt;br /&gt;
|speaker=Zifei Zhao&lt;br /&gt;
|date=2017-09-29&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://thawproject.files.wordpress.com/2017/04/li&lt;br /&gt;
|title=LightTouch: Securely Connecting Wearables to Ambient Displays with User Intent&lt;br /&gt;
|speaker=Yaoyao Pang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://users.cs.fiu.edu/~pand/publications/17info&lt;br /&gt;
|title=Traffic Aware Placement of Interdependent NFV Middleboxes&lt;br /&gt;
|speaker=Zhe Wang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SigComm'17&lt;br /&gt;
|link=https://people.cs.clemson.edu/~hongxih/papers/SIGC&lt;br /&gt;
|title=NFP: Enabling Network Function Parallelism in NFV&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-09-22&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=NFV-SDN'16&lt;br /&gt;
|link=https://www.net.t-labs.tu-berlin.de/~stefan/o4sdi1&lt;br /&gt;
|title=Efficient service Graph Embedding: A Practical Approach&lt;br /&gt;
|speaker=Chang Shu&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=SenSys'17&lt;br /&gt;
|link=http://www.simonduquennoy.net&lt;br /&gt;
|title=Network-wide Consensus Utilizing the Capture Effect in Low-power Wireless Networks&lt;br /&gt;
|speaker=Weifeng Gao&lt;br /&gt;
|date=2017-09-11&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=INFOCOM'17&lt;br /&gt;
|link=https://arxiv.org/abs/1612.06507&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embe&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=&lt;br /&gt;
|title=Survivable and Bandwidth Guaranteed Embedding of Virtual Clusters in Cloud Data Centers&lt;br /&gt;
|speaker=Yuntong Zhang&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
|confname=MobiCom'15&lt;br /&gt;
|link=https://www.sigmobile.org/mobicom/2015/papers/p9&lt;br /&gt;
|title=Keystroke Recognition Using WiFi Signals&lt;br /&gt;
|speaker=Weiwang Li&lt;br /&gt;
|date=2017-06-26&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Instructions===&lt;br /&gt;
请使用Latest_seminar和Hist_seminar模板更新本页信息. &lt;br /&gt;
** 修改时间和地点信息&lt;br /&gt;
** 将当前latest seminar部分的code复制到[[Resource:Previous_Seminars|这个页面]]中&lt;br /&gt;
** 将{{Latest_seminar... 修改为 {{Hist_seminar...，并增加对应的日期信息|date=&lt;br /&gt;
** 填入latest seminar各字段信息&lt;br /&gt;
** link请务必不要留空，如果没有link则填本页地址 https://mobinets.org/index.php?title=Resource:Seminar&lt;br /&gt;
&lt;br /&gt;
*格式说明&lt;br /&gt;
** Latest_seminar: &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Latest_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** Hist_seminar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;small&amp;gt;&lt;br /&gt;
{{Hist_seminar&lt;br /&gt;
&amp;lt;br&amp;gt;|confname=&lt;br /&gt;
&amp;lt;br&amp;gt;|link=&lt;br /&gt;
&amp;lt;br&amp;gt;|title=&lt;br /&gt;
&amp;lt;br&amp;gt;|speaker=&lt;br /&gt;
&amp;lt;br&amp;gt;|date=&lt;br /&gt;
&amp;lt;br&amp;gt;}}&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wenliang</name></author>
	</entry>
</feed>