Diff of /proposal/proposal.tex [000000] .. [ebf7be]

Switch to unified view

a b/proposal/proposal.tex
1
\documentclass[hyperref]{article}
2
%MS%%%%%%%%%%%%%%%%%%%% Article Format %%%%%%%%%%%%%%%%%
3
%+++++++++++++++++++++ Usepackage +++++++++++++++%%
4
\usepackage{graphicx} %% Package for Figure
5
\usepackage{float} %% Package for Float
6
\usepackage{amssymb}
7
\usepackage{amsmath}
8
\usepackage{mathtools}
9
\usepackage{indentfirst}
10
\usepackage[thmmarks,amsmath]{ntheorem} %% If amsmath is applied, then amsma is necessary
11
\usepackage{bm} %% Bold Mathematical Symbols
12
\usepackage[colorlinks,linkcolor=cyan,citecolor=cyan]{hyperref}
13
\usepackage{extarrows}
14
\usepackage[hang,flushmargin]{footmisc} %% Let the footnote not indentation
15
\usepackage[square,comma,sort&compress,numbers]{natbib} %% Sort of References
16
\usepackage{mathrsfs} %% Swash letter
17
\usepackage[font=footnotesize,skip=0pt,textfont=rm,labelfont=rm]{caption,subcaption} 
18
%% Format of Caption for Tab. and Fig.
19
\usepackage{booktabs} %% tables with three lines
20
\usepackage{tocloft}
21
%+++++++++++++++ Proof etc. +++++++++++++++++++++++++%%
22
{%% Environment of Proof
23
    \theoremstyle{nonumberplain}
24
    \theoremheaderfont{\bfseries}
25
    \theorembodyfont{\normalfont}
26
    \theoremsymbol{\mbox{$\Box$}}
27
    \newtheorem{proof}{Proof}
28
}
29
30
\usepackage{theorem}
31
\newtheorem{theorem}{Theorem}[section]
32
\newtheorem{lemma}{Lemma}[section]
33
\newtheorem{definition}{Definition}[section]
34
\newtheorem{assumption}{Assumption}[section]
35
\newtheorem{example}{Example}[section]
36
\newtheorem{corollary}{Corollary}[section]
37
{%% Environment of Remark
38
    \theoremheaderfont{\bfseries}
39
    \theorembodyfont{\normalfont}
40
    \newtheorem{remark}{Remark}[section]
41
}
42
%\numberwithin{equation}{section} %% Number of Equation
43
%++++++++++++++++++++++++++++++++ Page format ++++++++++++++++++++++++++%%
44
\graphicspath{{figure/}}                                 %% Path of Figures
45
\usepackage[a4paper]{geometry}                           %% Paper size
46
\geometry{left=2.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm} %% Margin
47
\linespread{1.2}                                         %% Line Spread
48
%MS%%%%%%%%%%%%%%%%%%%%%%%%%%%% End Format %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
49
50
%MS%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
51
%MS                                         %%
52
%MS        The Main Body begins here        %%
53
%MS                                         %%
54
%MS%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
55
56
%MS+++++++++++++++++++++++ Title +++++++++++++++++++
57
\begin{document}
58
\title{\bf Virtual Reality - Final Project Proposal Template} 
59
\author{\textit{Lung nodule segmentation and cancer prediction based on CT Image}}
60
%\renewcommand{\thefootnote}{\fnsymbol{footnote}}
61
%\footnotetext[1]{Corresponding author. }
62
\maketitle
63
64
%MS+++++++++++++++++++++ Member List +++++++++++++++++++++++++
65
\section{Member List}
66
{\noindent \large{Li Minchao \hspace{1.65cm}515030910361}\\}
67
{\noindent \large{\hspace{1cm} Zhang Yiheng \hspace{1.03cm} 515030910216}\\}
68
{\noindent \large{\hspace{1cm} Wang Yiqing  \hspace{1.2cm} 515030910456}}
69
%MS++++++++++++++++++++++++++++++ Main body ++++++++++++++++++++
70
\section{Problem Statement}
71
We will develop a computer-aided detection and diagnosis system to implement lung nodule segmentation and cancer prediction based on CT images. A deep neural network with CT images as the input will be developed and trained by us to tell if patients have some benign and malignant nodules and segment the malignant parts out.
72
73
\section{Problem Description}
74
With the depletion of the demographic bonus, China is facing the threats of deficit of labor force, including medical care. To counter the deficiency of the doctors, computer-aided diagnosis system may help. Thus, we aim to design a lung nodule segmentation and cancer prediction model based on CT images using deep learning, which may also be helpful for other image based diagnosis system. We will collect data and training our network referring to some state-of-art techniques and network. We hope we can achieve higher accuracy or higher efficiency.
75
76
\section{Project Goals and Objectives/Deliverables}
77
\begin{itemize}
78
    \item Better results compared to some state-of-art networks in image segmentation, especially for medical use
79
    \item Combined network features to accomplish multiple tasks at one time
80
\end{itemize}
81
82
\section{Project Scope}
83
Our focus is optimizing the structure and parameters of the model to achieve better performance and we will not improve the performance on hardware layer, like developing our model on some exclusive hardware platform or developing some advanced pipeline technique.
84
85
\section{Success Factors and Benefits}
86
In the application layer, this project is aimed to improve the efficiency of the process of lung nodule diagnosis and segmentation, and of cancer prediction, which will alleviate the burden of doctors. 
87
88
In the technique layer, this project will introduce a framework for image based medical analysis for the future development.
89
90
\section{Timeline}
91
\begin{center}
92
    \begin{tabular}{c|c}
93
        Month & Goal \\
94
        \hline
95
        March & collect the training data\\
96
        \hline
97
        April & make the framework of the net\\
98
        \hline
99
        May   & improve the accuracy of the detection\\
100
        \hline
101
        <<<<<<< HEAD
102
        June  & improve the segmentation anf overall performance\\
103
        \hline
104
    \end{tabular}
105
\end{center}
106
107
\section{Assumptions}
108
\subsection{Data Scale}
109
The number of labeled data collected may be restricted. We may probably to enlarge our dataset by some techniques like mirror, noise or some other methods. Still, we can label it manually.
110
\subsection{Hardware}
111
Some deep learning network relies on the performance of powerful GPU. If so, we may run our network on some servers.
112
113
\section{Limitations/Restrictions}
114
Lung analysis techniques have been improved over the last decade. However, there still are issues to be solved such as developing new and better techniques of contrast enhancement and selecting a appropriate criteria for performance evaluation is also critical. 
115
116
\end{document}