Real-time Occupancy Estimation Using WiFi Network to Optimize HVAC Operation

有關於大建築物的冷暖空調設備能源節省系統,透過實時偵測建築物內人數來調節運轉動力比例

Robust Occupancy Inference with Commodity WiFi

提出一個Wireless Occupancy Inference (WiPing) system可以判斷準確穩定的室內占用人數

Wi-Fi Sensing: Application and Challenges

基於Wifi的多種應用感測系統
Wi-Fi People localization; elderly people monitoring; activity classification; gesture
recognition; people counting; through the wall sensing; behind the corner sensing

Highly Accurate Occupancy Estimation Using RF Signals and Wi-Fi

利用兩個wifi拉出一條接收與發射訊號的通道,當有人經過感應直接干擾或多重路徑干擾,
來判斷當前有多少人

Building Occupancy Detection,Model and Application with WiFi and BLE Technologies

利用檢測到的WiFi請求的時間序列和隨機特徵,建立了一種可靠的自動佔用檢測預測機制
基於馬爾可夫鏈理論的乘員模型,並提出了一種基於馬爾可夫反饋遞歸神經網絡M-FRNN的乘員預測方法
Occupancy prediction through Markov based feedback recurrent neural network (MFRNN) algorithm with WiFi probe technology
這篇提到用Markov based feedback recurrent neural network (MFRNN)模型來推測實際人數

An evaluation of crowd counting methods, features and regression models

博士論文 Crowd Monitoring Using Computer Vision

---- 網路封包進行手機裝置辨識 ----

2021/2/3, 有關一些無線網路封包進行手機裝置辨識(fingerprint).

Do You Hear What I Hear? Fingerprinting Smart Devices Through Embedded Acoustic Components

In terms of software based fingerprinting, researchers have looked at fingerprinting techniques that differentiate between unique devices over a Wireless Local Area Network (WLAN) simply through a timing analysis of 802.11 probe request frames [30].
Identifying unique devices through wireless fingerprinting

Others have looked at exploiting the difference in firmware and device driver running on IEEE 802.11 compliant devices [37].
802.11 MAC headers have also been used to track unique devices [40].

Open source toolkits like Nmap [50] and Xprobe [68] can remotely fingerprint an operating system by identifying unique responses from the TCP/IP networking stack.

Wireless Fingerprinting Uncertainty Prediction Based on Machine Learning

use ANN to improve localization (2018), use wireless measurement as input.

A Passive Approach to Wireless Device Fingerprinting

They propose a passive blackbox-based technique for determining
the type of access point (AP) connected to a network.
→ fingerprinting network devices

Device Fingerprinting in Wireless Networks: Challenges and Opportunities, 2016 IEEE

device fingerprinting, the process of gathering device information to generate device-specific signatures and using them to identify individual device

Vendor specific v.s. Device specific feature

A comparsion of various features.

Fingerprinting Algorithms
  1. white-list based
  2. unsupervised learning

White-list based fingerprinting algorithm using similarity measurement

Unsupervised learning fingerprinting

下一篇正在找引用此篇Device Fingerprinting in Wireless Networks: Challenges and Opportunities, 2016 IEEE的文章








dynamic slide window in traffic data

一個封包(packet)分成兩個部份,包括控制資訊,也就是表頭資料(header),和資料本身,也就是負載(payload)。

傳輸層協定,如傳輸控制協定(TCP)與使用者資料包協定(UDP),在封包表頭中,定義了來源埠號與目的埠號。一個通訊埠號使用16位元無符號整數(unsigned integer)來表示,其範圍介於0與65535之間。在TCP協定中,埠號0是被保留的,不可使用。
1--1023 系統保留,只能由root使用者使用。1024---4999 由客戶端程式自由分配。5000---65535 由伺服器端程式自由分配在UDP協定中,來源埠號是可以選擇要不要填上,如果設為0,則代表沒有來源埠號。


2020/2/26 AI領航(safe box)開會


2021/02/06 Facebook Prophet: time series forecast

Prophet,Facebook在2017年2月23日開源的時序預測庫。我們也將用它預測Medium每天發表的文章數。(https://www.mdeditor.tw/pl/20gi/zh-tw)

GitHub: prophet
Offical getting start

2020/11/24 承澔分享YOLO