diff --git a/assets/media/aifi.jpg b/assets/media/aifi.jpg new file mode 100644 index 0000000..8d092fa Binary files /dev/null and b/assets/media/aifi.jpg differ diff --git a/content/_index.md b/content/_index.md index 4123e30..76bcce9 100644 --- a/content/_index.md +++ b/content/_index.md @@ -38,6 +38,8 @@ sections: ![AgileNN](agilenn.png) AgileNN is the first work that achieves real-time inference (<20ms) of mainstream neural network models (e.g., ImageNet) on extremely weak MCUs (e.g., STM32 series with <1MB of memory), without impairing the inference accuracy. The usage of eXplainable AI (XAI) techniques allows >6x improvement of feature compressibility during offloading and >8x reduction of the local device's resource consumption. {{< /columns >}} + {{< hr >}} + [View more...](/tag/on-device-ai/) design: columns: '2' spacing: diff --git a/content/authors/ruirong/_index.md b/content/authors/ruirong/_index.md new file mode 100644 index 0000000..9b1440b --- /dev/null +++ b/content/authors/ruirong/_index.md @@ -0,0 +1,75 @@ +--- +# Display name +title: Chen, Ruirong + +# Full Name (for SEO) +first_name: Ruirong +last_name: Chen + +# Is this the primary user of the site? +superuser: false + +# Role/position +role: Graduated PhD + +# Organizations/Affiliations +organizations: + - name: University of Pittsburgh + url: '' + +# Short bio (displayed in user profile at end of posts) +bio: Ph.D. in Electrical and Computer Engineering + +interests: + - Wireless Networks + - Wireless Sensing + - Internet of Things + - Smart Health Systems + +education: + courses: + - course: PhD in Electrical and Computer Engineering + institution: University of Pittsburgh + year: 2017-2022 + +# Social/Academic Networking +# For available icons, see: https://wowchemy.com/docs/getting-started/page-builder/#icons +# For an email link, use "fas" icon pack, "envelope" icon, and a link in the +# form "mailto:your-email@example.com" or "#contact" for contact widget. +social: + - icon: envelope + icon_pack: fas + link: 'mailto:Ruirongchen25@163.com' + - icon: google-scholar + icon_pack: ai + link: https://scholar.google.com/citations?hl=en&user=N-NBveMAAAAJ + - icon: github + icon_pack: fab + link: https://github.com/mmcruirong + - icon: linkedin + icon_pack: fab + link: https:/www.linkedin.com/in/chen-ruirong-35837192/ + - icon: earth-americas + icon_pack: fas + link: https://mmcruirong.github.io/RuirongChen.github.io/ +# Link to a PDF of your resume/CV from the About widget. +# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. +# - icon: cv +# icon_pack: ai +# link: files/cv.pdf + +# Enter email to display Gravatar (if Gravatar enabled in Config) +email: '' + +# Highlight the author in author lists? (true/false) +highlight_name: false + +# Organizational groups that you belong to (for People widget) +# Set this to `[]` or comment out if you are not using People widget. +user_groups: + - Past Students +--- + + diff --git a/content/authors/ruirong/avatar.png b/content/authors/ruirong/avatar.png new file mode 100644 index 0000000..1694e77 Binary files /dev/null and b/content/authors/ruirong/avatar.png differ diff --git a/content/publication/2022-aifi/cite.bib b/content/publication/2022-aifi/cite.bib new file mode 100644 index 0000000..aaec91b --- /dev/null +++ b/content/publication/2022-aifi/cite.bib @@ -0,0 +1,7 @@ +@inproceedings{chen2022aifi, + title={AiFi: AI-Enabled WiFi Interference Cancellation with Commodity PHY-Layer Information}, + author={Chen, Ruirong and Huang, Kai and Gao, Wei}, + booktitle={Proceedings of the 20th ACM Conference on Embedded Networked Sensor Systems}, + pages={134--148}, + year={2022} +} diff --git a/content/publication/2022-aifi/featured.jpg b/content/publication/2022-aifi/featured.jpg new file mode 120000 index 0000000..eb78475 --- /dev/null +++ b/content/publication/2022-aifi/featured.jpg @@ -0,0 +1 @@ +../../../assets/media/aifi.jpg \ No newline at end of file diff --git a/content/publication/2022-aifi/index.md b/content/publication/2022-aifi/index.md new file mode 100644 index 0000000..e9539e5 --- /dev/null +++ b/content/publication/2022-aifi/index.md @@ -0,0 +1,58 @@ +--- +title: 'AiFi: AI-Enabled WiFi Interference Cancellation with Commodity PHY-Layer Information' +authors: + - ruirong + - kai + - wei +date: '2023-07-27T00:00:00Z' +doi: '10.1145/3560905.3568537' + +# Schedule page publish date (NOT publication's date). +publishDate: '2023-07-26T00:00:00Z' + +# Publication type. +# Legend: 0 = Uncategorized; 1 = Conference paper; 2 = Journal article; +# 3 = Preprint / Working Paper; 4 = Report; 5 = Book; 6 = Book section; +# 7 = Thesis; 8 = Patent +publication_types: ['1'] + +# Publication name and optional abbreviated publication name. +publication: In *the the 20th ACM Conference on Embedded Networked Sensor Systems (Sensys'22)* +publication_short: In *SenSys'22* + +abstract: Interference could result in significant performance degradation in WiFi networks. Most existing solutions to interference cancellation require extra RF hardware, which is usually infeasible in many low-power wireless scenarios. In this paper, we present AiFi, a new interference cancellation technique that can be applied to commodity WiFi devices without using any extra RF hardware. The key idea of AiFi is to retrieve knowledge about interference from the locally available physical-layer (PHY) information at the WiFi receiver, including the pilot information (PI) and the channel state information (CSI). AiFi leverages the power of AI to address the possible ambiguity when estimating interference from these PHY information, and incorporates the domain knowledge about WiFi PHY to minimize the neural network complexity. Experiment results show that AiFi can correct 80% of bit errors due to interference and improves the MAC frame reception rate by 18x, with <1ms latency for interference cancellation in each frame. + +# Summary. An optional shortened abstract. +summary: This work applies on-device AI techniques to interference cancellation in WiFi networks and enables generalizable interference cancellation on commodity WiFi devices without any extra RF hardware. By using neural network models to mimic WiFi network's PHY-layer operation, AiFi can be generally applied to different types of interference signals ranging from concurrent WiFi transmissions, ZigBee/Bluetooth to wireless baby monitors or even microwave oven, and improves the MAC-layer frame reception rate by 18x. + +tags: + - 'sensing' + - 'wireless-systems' + - 'on-device-ai' +featured: true + +url_pdf: https://doi.org/10.1145/3560905.3568537 +url_code: 'https://github.com/pittisl/AiFi_PHY_Reconstruct' + +# Featured image +# To use, add an image named `featured.jpg/png` to your page's folder. +image: + caption: '' + focal_point: '' + preview_only: false + +# Associated Projects (optional). +# Associate this publication with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `internal-project` references `content/project/internal-project/index.md`. +# Otherwise, set `projects: []`. +#projects: +# - internal-project + +# Slides (optional). +# Associate this publication with Markdown slides. +# Simply enter your slide deck's filename without extension. +# E.g. `slides: "example"` references `content/slides/example/index.md`. +# Otherwise, set `slides: ""`. +slides: +--- diff --git a/layouts/shortcodes/hr.html b/layouts/shortcodes/hr.html new file mode 100644 index 0000000..09d5649 --- /dev/null +++ b/layouts/shortcodes/hr.html @@ -0,0 +1 @@ +