Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
AndroidでSRCNN(超解像ニューラルネットワーク) 2017
Search
nakawai
June 17, 2017
Programming
0
46
AndroidでSRCNN(超解像ニューラルネットワーク) 2017
nakawai
June 17, 2017
Tweet
Share
More Decks by nakawai
See All by nakawai
AI駆動プロダクト開発で最速価値検証
nakawai
0
390
エンジニアがエンジニアリングマネージャーになって最初にやったこと
nakawai
2
1.2k
電卓アプリで再帰降下法を使った話
nakawai
0
270
AndroidでTensorflow
nakawai
0
44
Androidで超解像ニューラルネットワークできる?
nakawai
0
63
Other Decks in Programming
See All in Programming
NPOでのDevinの活用
codeforeveryone
0
900
#QiitaBash MCPのセキュリティ
ryosukedtomita
1
1.5k
A full stack side project webapp all in Kotlin (KotlinConf 2025)
dankim
0
150
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
870
生成AI時代のコンポーネントライブラリの作り方
touyou
1
290
The Niche of CDK Grant オブジェクトって何者?/the-niche-of-cdk-what-isgrant-object
hassaku63
1
620
Vibe Codingの幻想を超えて-生成AIを現場で使えるようにするまでの泥臭い話.ai
fumiyakume
12
5k
MCPを使ってイベントソーシングのAIコーディングを効率化する / Streamlining Event Sourcing AI Coding with MCP
tomohisa
0
170
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
300
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
6
810
ペアプロ × 生成AI 現場での実践と課題について / generative-ai-in-pair-programming
codmoninc
2
21k
Goで作る、開発・CI環境
sin392
0
260
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
329
21k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Building an army of robots
kneath
306
45k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.2k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
For a Future-Friendly Web
brad_frost
179
9.8k
We Have a Design System, Now What?
morganepeng
53
7.7k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
Transcript
Androidで SRCNNできる? 2017/06/17 かものはし
SRCNN?
S 超 R 解像 C 畳み込み N ニューラル N ネットワーク
小さな画像しか手元にない…
超解像で解決
AndroidでSRCNNできる? 結果: できた
BEFORE AFTER
元の実装 Torch7 言語 Lua
None
以下に移植 Java + RenderScript
RenderScript? 並列+高速CPU/GPU演算
得られた知見
メモリ足りない 512px四方の画像で256MB 分割処理 学習モデル軽量化
遅い 膨大な計算量 プーリングとか必須 NDKやTF4M, OS提供NNで 改善するかも?
TensorFlowを Androidで動かす には
つらくて挫折
5/17 Google I/O
以上 なにか質問あれば