7/24/2019

識破萬臉偽裝靠女神卡卡濃妝照,臺大打敗美中俄奪全球第一

訓練設計上,分兩階段來完成,第一階段,先以其他資料集抽取人臉特徵,先訓練出一個深度卷積神經網路(DCNN)的模型,可以用來辨識人臉;接下來,再以大會提供的偽裝人臉資料,額外建立一個神經網路區塊,專門用於學習偽裝人臉的辨識。徐宏民進一步補充,設計網路時,不只使用深度學習技術,在進行特徵擷取時,也結合了早期的機器學習的 PCA(主成分分析)技術,將這些人臉資料先經轉換投射到一個新的特徵空間,來學習這些偽臉的主要特徵,再用學到的這些人臉結構、特徵去比對,找出眼前這個人是本人偽裝,還是別人假扮。經過他們訓練過的偽臉演算模型,連化濃妝後的 Lady Gaga 都能認。 
對於這次比賽成果,徐宏民表示,這更證明了臺灣人臉辨識研究實力,完全不輸國外頂尖大學,「甚至後來,遇到主辦者,連他都很好奇我們怎麼做,可以做到這麼高的辨識率。」他自豪地說。

AI 決勝關鍵在於晶片

工業技術與資訊月刊,AI 決勝關鍵在於晶片,2019-05-20  
AI運作約略可粗分為兩階段,分別是「學習」和「推論」,前者透過機器學習技術,利用大量樣本數據對演算法進行訓練;後者則執行演算法,在終端應用解讀現實的數據。 
觀諸國際大廠布局,雲端運算使用的CPU、GPU晶片已被國際大廠把持。吳志毅認為,台灣不一定要搶大廠擅長的高效能運算晶片設計市場,加上國際大廠未來也會借重台積電先進製程,突顯台積電在這場AI戰爭中的重要地位。此外,Google資料中心也採用不少台灣廠商元件和產品,台灣亦具發展優勢。 
吳志毅指出,台灣若要切入AI產業,潛在機會在於邊緣運算。隨著AI技術日趨演進,AI由雲端走向裝置端已成必然趨勢,裝置端AI的主要關鍵在於擁有高效能的AI晶片。「台灣在晶片、終端設備與系統具有優勢,也擁有高度的靈活度和彈性,如能配合軟體產業,就有很大的發展空間。」...

Solving the Rubik's Cube with Approximate Policy Iteration

Stephen McAleer, Forest Agostinelli, Alexander Shmakov, Pierre Baldi, Solving the Rubik's Cube with Approximate Policy Iteration, ICLR, 2019.
Recently, Approximate Policy Iteration (API) algorithms have achieved superhuman proficiency in two-player zero-sum games such as Go, Chess, and Shogi without human data. These API algorithms iterate between two policies: a slow policy (tree search), and a fast policy (a neural network). In these two-player games, a reward is always received at the end of the game. However, the Rubik’s Cube has only a single solved state, and episodes are not guaranteed to terminate. This poses a major problem for these API algorithms since they rely on the reward received at the end of the game. We introduce Autodidactic Iteration: an API algorithm that overcomes the problem of sparse rewards by training on a distribution of states that allows the reward to propagate from the goal state to states farther away. Autodidactic Iteration is able to learn how to solve the Rubik’s Cube without relying on human data. Our algorithm is able to solve 100% of randomly scrambled cubes while achieving a median solve length of 30 moves — less than or equal to solvers that employ human domain knowledge.
Forest Agostinelli, Stephen McAleer, Alexander Shmakov, Pierre Baldi. Solving the Rubik’s cube with deep reinforcement learning and search. Nature Machine Intelligence, 2019; DOI: 10.1038/s42256-019-0070-z (Data availability)

Airlines are finally fixing the middle seat

Mark Wilson, Airlines are finally fixing the middle seat, Fast Company, 07.18.19

Spotify是如何推薦新歌的?

極客公園,越聽越上癮,Spotify是如何推薦新歌的?,2019.07.18
音樂推薦在Spotify中並不是一個具象的功能,它被融入到了很多更細微的模組中。首先我們可以從時間緯度出發。Made For You是Spotify推薦歌單的一個集合,每個人的都不一樣,它會以每日、每週甚至是每年的頻率為你推薦音樂
Cold start
最後,如果你剛剛接觸Spotify,歌單/音樂庫應該還不夠豐富,這裡分享一個快速填充的方法:首先找到一首你最喜歡的音樂,右鍵選擇進入Song Radio,Spotify會基於這首歌推薦一個包含50首音樂的歌單,你可以選擇將這份歌單保存到自己的音樂庫中;對這份歌單進行篩選,將喜歡的音樂保存到音樂庫(紅心),同時繼續右鍵進入Song Radio,重複多次你的歌單/音樂庫就會豐富很多,Spotify也會更加瞭解你的音樂口味。